pkgsrc/wm/olvwm/patches/patch-al
wiz b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00

13 lines
441 B
Text

$NetBSD: patch-al,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- cursors.c.orig Sat Jan 8 02:13:12 2000
+++ cursors.c Sat Jan 8 02:12:21 2000
@@ -278,7 +278,7 @@
if (our_copy[0] == 'X')
font_file = "cursor";
else if (our_copy[0] == 'O')
- font_file = "-sun-open look cursor-----12-120-75-75-p-455-sunolcursor-1";
+ font_file = "olcursor";
createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr);
}
else {