mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 04:48:05 +02:00
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:
parent
4b384d2a01
commit
e6b0b4da4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue