From 5bfa4c837362bb3ae2d134a3883916b233dd6d11 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Tue, 15 Jan 2013 20:14:57 +0100 Subject: [PATCH] xinput: Add XI v2.2 Introduced with v2.2 has been Multitouch support and therefor 7 new events: (Raw)Touch{Begin,Update,End} and TouchOwnership. Signed-off-by: Daniel Martin --- src/xinput.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index 8b9fbc6..cbb5e49 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -33,7 +33,7 @@ authorization from the authors. --> + major-version="2" minor-version="2"> xproto @@ -2013,6 +2013,88 @@ authorization from the authors. + + + + 16 + 17 + + + + + + + + + + + + + + + + + + + + + + + + buttons_len + + + valuators_len + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + valuators_len + + + + + + + + -- 2.34.1