From 887ba2c9abc8221fd9ef1df86c7aea20d76ed950 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Thu, 4 Sep 2014 17:49:00 +0200 Subject: [PATCH] xinput: ev ButtonPress, TouchBegin: support list axisvalues These events are identical to KeyPress, so needed to be changed the same way. ( in the spec, these are all listed under DeviceEvent ) spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt?id=inputproto-2.3.1#n2214 code: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h?id=inputproto-2.3.1#n944 Message-ID: <1409845742-38797-6-git-send-email-chris@demorecorder.com> Patch-Thread-Subject: [Xcb] support popcount of a list and associated xml changes Patch-Set: PopcountList Patch-Number: proto 6/8 Patch-Version: V1 Signed-off-by: Christian Linhart --- src/xinput.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 02a8597..4f0e34c 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -2315,8 +2315,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + @@ -2498,8 +2503,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + -- 2.34.1