mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 20:38:07 +02:00
Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general CARD8.
Thanks to Vincent Torri for pointing out the error.
This commit is contained in:
parent
38ded00024
commit
36134f4823
1 changed files with 1 additions and 1 deletions
|
|
@ -1086,7 +1086,7 @@ authorization from the authors.
|
|||
</request>
|
||||
|
||||
<request name="UngrabKey" opcode="34">
|
||||
<field type="CARD8" name="key" />
|
||||
<field type="KEYCODE" name="key" />
|
||||
<field type="WINDOW" name="grab_window" />
|
||||
<field type="CARD16" name="modifiers" />
|
||||
</request>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue