summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-al
blob: 89810445946961b32ec3841e9bc6f1e35e6eee98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 {