openbsd-ports/x11/olvwm/patches/patch-cursors_c

22 lines
703 B
Plaintext
Raw Normal View History

2004-01-28 15:58:53 -05:00
$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"
1998-09-29 22:31:44 -04:00
#ifdef IDENT
-#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
static st_table *cursorTable;
2004-01-28 15:58:53 -05:00
@@ -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";
1999-07-17 07:11:54 -04:00
+ 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 {