summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>1998-09-23 03:57:53 +0000
committerScott Mace <smace@FreeBSD.org>1998-09-23 03:57:53 +0000
commitff4d601c788e4bbcd84ada72ee8950a51d16e11b (patch)
treed17bc57053ce605eca3a91079c82815e82e5deab /x11-wm
parentRemove the empty directory too. (diff)
With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
Notes
Notes: svn path=/head/; revision=13352
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/olvwm/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/olvwm/files/patch-ac b/x11-wm/olvwm/files/patch-ac
new file mode 100644
index 000000000000..3f76c09c5650
--- /dev/null
+++ b/x11-wm/olvwm/files/patch-ac
@@ -0,0 +1,11 @@
+--- cursors.c.orig Tue Sep 22 22:16:04 1998
++++ cursors.c Tue Sep 22 22:16:12 1998
+@@ -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 = "-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1";
+ createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr);
+ }
+ else {