diff options
author | smace <smace@FreeBSD.org> | 1998-09-23 11:57:53 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-23 11:57:53 +0800 |
commit | bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a (patch) | |
tree | 69ac7b1899e29723aad1e6d072def80c5f674a1f /x11-wm/olvwm | |
parent | 4959aedd5f0dd1268406ae4c25cda946fea62726 (diff) | |
download | freebsd-ports-gnome-bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a.tar.gz freebsd-ports-gnome-bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a.tar.zst freebsd-ports-gnome-bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a.zip |
With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/files/patch-ac | 11 |
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 { |