From e238b3487ed80501ff928429dabe4aa1d54d28fc Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 18 Aug 2014 16:41:22 +0200 Subject: [PATCH] xinput: replace initial pad of xinput1.x replies with field Replace the initial 1-byte pad of Xinput-1.x replies with CARD8-field "xi_reply_type", according to XIproto.h. This may also help to implement assertions based on the value of that field. reference: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XIproto.h#n187 http://cgit.freedesktop.org/xorg/xserver/tree/Xi/getvers.c#n103 --- src/xinput.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 5b0070d..39b26e9 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -63,7 +63,7 @@ authorization from the authors. name_len - + @@ -161,7 +161,7 @@ authorization from the authors. - + @@ -184,7 +184,7 @@ authorization from the authors. - + @@ -208,7 +208,7 @@ authorization from the authors. - + @@ -231,7 +231,7 @@ authorization from the authors. - + @@ -266,7 +266,7 @@ authorization from the authors. - + @@ -289,7 +289,7 @@ authorization from the authors. - + @@ -304,7 +304,7 @@ authorization from the authors. - + @@ -321,7 +321,7 @@ authorization from the authors. - + @@ -345,7 +345,7 @@ authorization from the authors. num_classes - + @@ -444,7 +444,7 @@ authorization from the authors. - + @@ -554,7 +554,7 @@ authorization from the authors. - + @@ -669,7 +669,7 @@ authorization from the authors. - + @@ -700,7 +700,7 @@ authorization from the authors. - + @@ -725,7 +725,7 @@ authorization from the authors. - + @@ -737,7 +737,7 @@ authorization from the authors. - + @@ -757,7 +757,7 @@ authorization from the authors. map_size - + @@ -817,7 +817,7 @@ authorization from the authors. - + @@ -866,7 +866,7 @@ authorization from the authors. num_valuators - + @@ -952,7 +952,7 @@ authorization from the authors. - + @@ -1027,7 +1027,7 @@ authorization from the authors. - + @@ -1041,7 +1041,7 @@ authorization from the authors. - + @@ -1114,7 +1114,7 @@ authorization from the authors. - + -- 2.34.1