From 8b244dcf787ac029a78d31c46d342a089d9124ba Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 8 Sep 2014 02:29:09 +0200 Subject: [PATCH] xinput: rep GetDeviceMotionEvents: full support complete definition of reply GetDeviceMotionEvents and struct DeviceTimeCoord using paramref. spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt?id=inputproto-2.3.1#n912 http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml?id=libXi-1.7.4#n983 code: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XIproto.h?id=inputproto-2.3.1#n461 Message-ID: <1410136150-30254-4-git-send-email-chris@demorecorder.com> Patch-Thread-Subject: [Xcb] parametrized structs implemented Patch-Set: ParametrizedStruct Patch-Number: proto 4/5 Patch-Version: V1 Signed-off-by: Christian Linhart --- src/xinput.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index c569257..c8c1f07 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -337,8 +337,9 @@ in struct DeviceTimeCoord. - + + num_axes + @@ -352,7 +353,9 @@ in struct DeviceTimeCoord. - + + num_events + -- 2.34.1