diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-17 17:59:02 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-17 17:59:02 +0930 |
commit | 333bab4b235801efd2b2de5b60df5b0c44048d3e (patch) | |
tree | de742ef0c84bb51a725dcb3c036f84978ba59014 /Xi/exglobals.h | |
parent | bc334286b060bc8d0c829b18acebadf24fbdaf19 (diff) |
Clean up, correct some comments.
Send event type down with the RawEvents.
Diffstat (limited to 'Xi/exglobals.h')
-rw-r--r-- | Xi/exglobals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xi/exglobals.h b/Xi/exglobals.h index 8fcd907a3..8cbccf294 100644 --- a/Xi/exglobals.h +++ b/Xi/exglobals.h @@ -52,7 +52,6 @@ extern Mask DeviceButtonMotionMask; extern Mask DevicePresenceNotifyMask; extern Mask DeviceEnterWindowMask; extern Mask DeviceLeaveWindowMask; -extern Mask PointerKeyboardPairingChangedNotifyMask; extern Mask PropagateMask[]; extern int DeviceValuator; @@ -73,7 +72,6 @@ extern int ChangeDeviceNotify; extern int DevicePresenceNotify; extern int DeviceEnterNotify; extern int DeviceLeaveNotify; -extern int PointerKeyboardPairingChangedNotify; extern int RT_INPUTCLIENT; |