mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f97d64c503
can be used to use the wheel on mice such as the Microsoft IntelliMouse and the Logitech TrackMan+ in X.
12 lines
338 B
Plaintext
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;
|