From 67a185d69d6def96112828f6dfa8374bacf277af Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Tue, 15 Jan 2013 20:11:43 +0100 Subject: [PATCH] xinput: Add XI v2.1 Introduced with v2.1 has been Raw event support and therefor 5 new events: Raw{Key,Button}{Press,Release} and RawMotion. Signed-off-by: Daniel Martin --- src/xinput.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index b6bcaa7..8b9fbc6 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -33,7 +33,7 @@ authorization from the authors. --> + major-version="2" minor-version="1"> xproto @@ -1968,6 +1968,51 @@ authorization from the authors. + + + + + + + + + + + + + + valuators_len + + + + + + + + + + + + + + + + + + + valuators_len + + + + + + + + -- 2.7.4