diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-12 19:19:58 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-12 19:20:10 +1030 |
commit | 6a91ee1bd1d4751d09f2e4aa832913bc66ae4602 (patch) | |
tree | 8dad48036aaf5f98a23115b67258650d016a1610 /XI.h | |
parent | 1d097c26264b657689d74f3f0a77cd1aa4f7e576 (diff) |
Remove RawDeviceEvent - for now anyway.
Wasn't quite as thought-out as it should be. Throwing it out for now, to get
the rest of MPX more stable.
Diffstat (limited to 'XI.h')
-rw-r--r-- | XI.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -319,7 +319,6 @@ SOFTWARE. /* GE masks */ #define XI_DeviceHierarchyChangedMask (1 << 0) #define XI_DeviceClassesChangedMask (1 << 1) -#define XI_RawDeviceEventMask (1 << 2) /* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client |