mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 03:38:04 +02:00
xinput: req UngrabDeviceKey.modifier_device: altenum
add altenum ModifierDevice to field modifier_device for value UseXKeyboard spec and code: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n1175 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI.h#n187 http://cgit.freedesktop.org/xorg/xserver/tree/Xi/ungrdevk.c#n113 the following spec uses "NULL" instead of "UseXKeyboard": http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n1295 Questions: * is this spec wrong? * or does "NULL" have the unusual value of 0xff in this context?
This commit is contained in:
parent
20d642e7d1
commit
7b62d2b8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ authorization from the authors.
|
|||
<request name="UngrabDeviceKey" opcode="16">
|
||||
<field type="WINDOW" name="grabWindow" />
|
||||
<field type="CARD16" name="modifiers" mask="ModMask" />
|
||||
<field type="CARD8" name="modifier_device" />
|
||||
<field type="CARD8" name="modifier_device" altenum="ModifierDevice" />
|
||||
<field type="CARD8" name="key" altenum="Grab" />
|
||||
<field type="CARD8" name="grabbed_device" />
|
||||
</request>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue