mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 04:48:05 +02:00
xinput: Add missing pad in XIChangeHierarchy
A pad of 3 bytes was missing in the request XIChangeHierarchy:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n439
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
79fd940d76
commit
f8f4fcd3ba
1 changed files with 1 additions and 0 deletions
|
|
@ -1230,6 +1230,7 @@ authorization from the authors.
|
|||
|
||||
<request name="XIChangeHierarchy" opcode="43">
|
||||
<field type="CARD8" name="num_changes" />
|
||||
<pad bytes="3" />
|
||||
<list type="HierarchyChange" name="changes">
|
||||
<fieldref>num_changes</fieldref>
|
||||
</list>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue