summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-09-14 22:33:57 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2011-12-21 15:32:05 +1000
commite73e2fe95dab3e0048b24d16327adbe54326ff3f (patch)
tree8189d07cfc14fd6eabbfc343faa1157a665e9bad /src/XIint.h
parent7888d14a499062a1c3b333f31f1330cecf1e97c1 (diff)
Implement support for XI 2.2
Adds support for the new TouchClass for multitouch-capable servers/devices. New events: XITouchOwnershipEvent New event types handled: XITouchBegin, XITouchUpdate, XITouchEnd XIRawTouchBegin, XIRawTouchUpdate, XIRawTouchEnd New functions: XIGrabTouchBegin ... passive grabs on touches XIUngrabTouchBegin XIAllowTouchEvents ... Allow/reject touch event sequences New XIQueryDevice classes: XITouchClassInfo Requires libX11 1.5 for GetReqSized Co-authored by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 41d99b3..cc46754 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -21,6 +21,7 @@
#define XInput_2_0 7
#endif
#define XInput_2_1 8
+#define XInput_2_2 9
extern XExtDisplayInfo *XInput_find_display(Display *);