[Xcb] [PATCH proto 1/2] xinput: ChangeFeedbackControl: add missing pad

Christian Linhart chris at DemoRecorder.com
Wed Aug 13 06:39:14 PDT 2014


add missing pad after field "feedback_id"

see XIproto.h:875 in inputproto-2.3.1
see spec in libXi-1.7.4 ( in docbook format in the directory "specs" )
---
 src/xinput.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xinput.xml b/src/xinput.xml
index 86350de..5d43c16 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -613,6 +613,7 @@ authorization from the authors.
         <field type="CARD32"      name="mask" />
         <field type="CARD8"       name="device_id" />
         <field type="CARD8"       name="feedback_id" />
+        <pad bytes="2" />
         <field type="FeedbackCtl" name="feedback" />
     </request>
 
-- 
2.0.1


More information about the Xcb mailing list