From 3380ae0ac0220c7f8fea9df855113819b472a233 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 16 Apr 2009 11:37:20 +1000 Subject: Add XIAllowEvents. Basically the same as the core protocol AllowEvents. --- XI2.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'XI2.h') diff --git a/XI2.h b/XI2.h index 8a87d89..e50db00 100644 --- a/XI2.h +++ b/XI2.h @@ -28,6 +28,13 @@ #define XI_2_Major 2 #define XI_2_Minor 0 +/* XIAllowEvents event-modes */ +#define AsyncDevice 0 +#define SyncDevice 1 +#define ReplayDevice 2 +#define AsyncPairedDevice 3 +#define AsyncPair 4 +#define SyncPair 5 /* DeviceChangedEvent change reasons */ #define SlaveSwitch 1 -- cgit v1.2.3