mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-06 07:58:05 +02:00
xkb: Fix struct ExtensionDeviceNotify
The field ledId is of type CARD16, not CARD8, see XKBproto.h. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-By: Ran Benita <ran234@gmail.com>
This commit is contained in:
parent
d0d5c8adb1
commit
55c75accec
1 changed files with 1 additions and 1 deletions
|
|
@ -2612,7 +2612,7 @@ authorization from the authors.
|
|||
<pad bytes="1" />
|
||||
<field name="reason" type="CARD16" mask="XIFeature" />
|
||||
<field name="ledClass" type="CARD16" enum="LedClassResult" />
|
||||
<field name="ledID" type="CARD8" />
|
||||
<field name="ledID" type="CARD16" />
|
||||
<field name="ledsDefined" type="CARD32" />
|
||||
<field name="ledState" type="CARD32" />
|
||||
<field name="firstButton" type="CARD8" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue