xinput: ChangeFeedbackControl: add missing pad
authorChristian Linhart <chris@DemoRecorder.com>
Wed, 13 Aug 2014 13:39:14 +0000 (15:39 +0200)
committerPeter Harris <pharris@opentext.com>
Mon, 18 Aug 2014 21:41:09 +0000 (17:41 -0400)
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" )

Reviewed-by: Peter Harris <pharris@opentext.com>
Reviewed-by: Ran Benita <ran234@gmail.com>
src/xinput.xml

index 86350de..5d43c16 100644 (file)
@@ -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>