summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>1998-09-23 03:57:53 +0000
committersmace <smace@FreeBSD.org>1998-09-23 03:57:53 +0000
commitbc8042ef1cf23d1ba25193a7831d9cc3cafeb05a (patch)
tree69ac7b1899e29723aad1e6d072def80c5f674a1f /x11-wm
parent4959aedd5f0dd1268406ae4c25cda946fea62726 (diff)
downloadFreeBSD-ports-bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a.zip
FreeBSD-ports-bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a.tar.gz
With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
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 0000000..3f76c09
--- /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 {
OpenPOWER on IntegriCloud