mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 03:38:04 +02:00
xinput: ev DeviceMappingNotify.request: add enum
add enum "Mapping" for field "request" spec: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n2281 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n2443 def of enum "Mapping": http://cgit.freedesktop.org/xcb/proto/tree/src/xproto.xml#n1058
This commit is contained in:
parent
24cd3000e7
commit
cea46882b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1882,7 +1882,7 @@ authorization from the authors.
|
|||
|
||||
<event name="DeviceMappingNotify" number="11">
|
||||
<field type="BYTE" name="device_id" />
|
||||
<field type="CARD8" name="request" />
|
||||
<field type="CARD8" name="request" enum="Mapping" />
|
||||
<field type="KeyCode" name="first_keycode" />
|
||||
<field type="CARD8" name="count" />
|
||||
<pad bytes="1" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue