xinput: ChangeFeedbackControl: add missing pad

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>
This commit is contained in:
Christian Linhart 2014-08-13 15:39:14 +02:00 committed by Peter Harris
parent 4b384d2a01
commit e6b0b4da4a

View 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>