openbsd-ports/x11/olvwm/patches/patch-07
1999-07-17 11:11:54 +00:00

21 lines
581 B
Plaintext

--- cursors.c.orig Thu Jan 13 22:36:03 1994
+++ ./cursors.c Sat Jul 17 10:04:13 1999
@@ -21,7 +21,7 @@
#include "st.h"
#ifdef IDENT
-#ident "@(#)cursors.c 1.4 olvwm version 07 Jan 1994"
+#ident "@(#)cursors.c 1.5 olvwm version 01/13/98"
#endif
static st_table *cursorTable;
@@ -278,7 +278,7 @@
if (our_copy[0] == 'X')
font_file = "cursor";
else if (our_copy[0] == 'O')
- font_file = "olcursor";
+ font_file = "-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1";
createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr);
}
else {