mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 11:58:09 +02:00
Add missing padding bytes to ChangeKeyboardMapping request
https://bugs.freedesktop.org/show_bug.cgi?id=41392 Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
a068a20c84
commit
dcfcb5845c
1 changed files with 1 additions and 0 deletions
|
|
@ -2155,6 +2155,7 @@ authorization from the authors.
|
|||
<field type="CARD8" name="keycode_count" />
|
||||
<field type="KEYCODE" name="first_keycode" />
|
||||
<field type="CARD8" name="keysyms_per_keycode" />
|
||||
<pad bytes="2" />
|
||||
<list type="KEYSYM" name="keysyms">
|
||||
<op op="*">
|
||||
<fieldref>keycode_count</fieldref>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue