1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/imwheel/files/patch-ab
John Baldwin f97d64c503 The imwheel port maps mouse button events to X keyboard events. This
can be used to use the wheel on mice such as the Microsoft IntelliMouse
and the Logitech TrackMan+ in X.
2000-02-23 23:30:22 +00:00

12 lines
338 B
Plaintext

--- util.c.orig Fri Feb 18 14:11:18 2000
+++ util.c Fri Feb 18 14:13:18 2000
@@ -557,7 +557,7 @@
struct WinAction *getRC()
{
- char fname[2][1024]={"","/etc/imwheelrc"}, line[1024], *p, *q, winid[1024];
+ char fname[2][1024]={"",IMWHEELRC}, line[1024], *p, *q, winid[1024];
int fi,i;
struct WinAction *newwa=NULL;
FILE *f=NULL;