diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 13:43:47 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-26 06:32:35 +1000 |
commit | 521445f5c2795bc3da62e7f56990161cebcf1eb4 (patch) | |
tree | 4f031319f1ff9ed2f92c54c5f2d8b2f38723ab73 | |
parent | 6e49be7d94455a8e27affe14a0c6a24591d063e8 (diff) |
Remove a bunch of unused fields from the MouseRec.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/xf86OSmouse.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xf86OSmouse.h b/src/xf86OSmouse.h index 33b2232..6628001 100644 --- a/src/xf86OSmouse.h +++ b/src/xf86OSmouse.h @@ -204,7 +204,6 @@ typedef struct _MouseDevRec { PostMseEventProc PostEvent; MouseCommonOptProc CommonOptions; DeviceIntPtr device; - const char * mseDevice; const char * protocol; MouseProtocolID protocolID; MouseProtocolID oldProtocolID; /* hack */ @@ -225,9 +224,6 @@ typedef struct _MouseDevRec { int invY; int mouseFlags; /* Flags to Clear after opening * mouse dev */ - int truebuttons; /* (not used) - * Arg to maintain before - * emulate3buttons timer callback */ int resolution; int negativeZ; /* button mask */ int positiveZ; /* button mask */ @@ -240,8 +236,6 @@ typedef struct _MouseDevRec { unsigned char inSync; /* driver in sync with datastream */ pointer mousePriv; /* private area */ InputInfoPtr pInfo; - int origProtocolID; - const char * origProtocol; Bool emulate3Pending;/* timer waiting */ CARD32 emulate3Expires;/* time to fire emulation code */ Bool emulateWheel; |