mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 04:40:09 +01:00
xinput: Add length specification for DeviceClass struct
This commit is contained in:
parent
c36dde3f45
commit
f0db8b7d31
1 changed files with 6 additions and 0 deletions
|
|
@ -1689,6 +1689,12 @@ authorization from the authors.
|
|||
</struct>
|
||||
|
||||
<struct name="DeviceClass">
|
||||
<length>
|
||||
<op op="*">
|
||||
<fieldref>len</fieldref>
|
||||
<value>4</value>
|
||||
</op>
|
||||
</length>
|
||||
<field type="CARD16" name="type" enum="DeviceClassType" />
|
||||
<field type="CARD16" name="len" />
|
||||
<field type="DeviceId" name="sourceid" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue