diff options
author | Alex Plotnick <shrike@netaxs.com> | 2011-10-03 11:21:45 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2011-10-03 11:22:38 -0400 |
commit | dcfcb5845caca87df8b1ab735f05a801e43f5797 (patch) | |
tree | fb0b74e9bb40389d3d87d81fa45cc61c2116f247 /src | |
parent | a068a20c8460bab72df977e086db23af49c14025 (diff) |
Add missing padding bytes to ChangeKeyboardMapping request
https://bugs.freedesktop.org/show_bug.cgi?id=41392
Signed-off-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xproto.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xproto.xml b/src/xproto.xml index ae20fde..cbb5fa2 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -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> |