From: Christian Linhart Date: Thu, 4 Sep 2014 15:49:00 +0000 (+0200) Subject: xinput: ev ButtonPress, TouchBegin: support list axisvalues X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9f1ade9605efe7c443d962134c4ded6c54f565;hp=d2a80fed905843d04e8b4ab01e0e723d282aa49b;p=free-sw%2Fxcb%2Fproto 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 --- diff --git a/src/xinput.xml b/src/xinput.xml index d42f6fc..7f67cfe 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -2347,8 +2347,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + @@ -2530,8 +2535,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + +