22 lines
703 B
Plaintext
22 lines
703 B
Plaintext
$OpenBSD: patch-cursors_c,v 1.1 2004/01/28 20:58:53 naddy Exp $
|
|
--- cursors.c.orig 1994-01-13 22:36:03.000000000 +0100
|
|
+++ cursors.c 2004-01-28 21:49:09.000000000 +0100
|
|
@@ -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 @@ initPointer(dpy, cmap, data, pointer)
|
|
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 {
|