mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 11:18:44 +02:00
Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
This commit is contained in:
parent
90a6128553
commit
12c170e5e5
1 changed files with 1 additions and 4 deletions
|
|
@ -2014,10 +2014,7 @@ authorization from the authors.
|
|||
<field type="BYTE" name="keysyms_per_keycode" />
|
||||
<pad bytes="24" />
|
||||
<list type="KEYSYM" name="keysyms">
|
||||
<op op="*">
|
||||
<fieldref>length</fieldref>
|
||||
<value>4</value>
|
||||
</op>
|
||||
<fieldref>length</fieldref>
|
||||
</list>
|
||||
</reply>
|
||||
</request>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue