mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 04:48:05 +02:00
xinput: Add missing pad in DeviceResolutionCtl
A pad of 2 bytes was missing in the struct DeviceResolutionCtl:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XIproto.h#n1382
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
d10037321e
commit
79fd940d76
1 changed files with 1 additions and 0 deletions
|
|
@ -914,6 +914,7 @@ authorization from the authors.
|
|||
<field type="CARD16" name="len" />
|
||||
<field type="CARD8" name="first_valuator" />
|
||||
<field type="CARD8" name="num_valuators" />
|
||||
<pad bytes="2" />
|
||||
<list type="CARD32" name="resolution_values">
|
||||
<fieldref>num_valuators</fieldref>
|
||||
</list>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue