1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-wm/olvwm/files/patch-ac
Scott Mace ff4d601c78 With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
1998-09-23 03:57:53 +00:00

12 lines
432 B
Plaintext

--- 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 {