summaryrefslogtreecommitdiff
path: root/XI.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-11-08 17:26:35 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-11-08 17:30:20 +1030
commit685a2dd32736956f5175afb9bc5773c829725fea (patch)
treee41b91bd5b051ea43831cbdffb1282ab50889d92 /XI.h
parent6037b37a5bf03f0b38db6a83fe1bc48551b8363c (diff)
Add DeviceHierarchyChangedEvent.
Uses same event type as the now removed PointerKeyboardPairingChangedNotify. (removing the RandomStringEvent too, should have been gone a while ago)
Diffstat (limited to 'XI.h')
-rw-r--r--XI.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/XI.h b/XI.h
index cf0b234..79d4fcb 100644
--- a/XI.h
+++ b/XI.h
@@ -318,9 +318,8 @@ SOFTWARE.
#define XI_BadClass 4
/* GE masks */
-#define XI_PointerKeyboardPairingChangedMask (1 << 0)
-#define XI_RandomStringMask (1 << 1)
-#define XI_RawDeviceEventMask (1 << 2)
+#define XI_DeviceHierarchyChangedMask (1 << 0)
+#define XI_RawDeviceEventMask (1 << 2)
/* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client