1999-07-17 06:53:21 -04:00
|
|
|
--- 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"
|
1998-09-29 22:31:44 -04:00
|
|
|
|
|
|
|
#ifdef IDENT
|
1999-07-17 06:53:21 -04:00
|
|
|
-#ident "@(#)cursors.c 1.4 olvwm version 07 Jan 1994"
|
|
|
|
+#ident "@(#)cursors.c 1.5 olvwm version 01/13/98"
|
1998-09-29 22:31:44 -04:00
|
|
|
#endif
|
|
|
|
|
1999-07-17 06:53:21 -04:00
|
|
|
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";
|
1999-07-17 07:11:54 -04:00
|
|
|
+ font_file = "-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1";
|
1999-07-17 06:53:21 -04:00
|
|
|
createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr);
|
|
|
|
}
|
|
|
|
else {
|