[Xcb-commit] src
Peter Harris
peterh at kemper.freedesktop.org
Mon Oct 3 08:24:33 PDT 2011
src/xproto.xml | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dcfcb5845caca87df8b1ab735f05a801e43f5797
Author: Alex Plotnick <shrike at netaxs.com>
Date: Mon Oct 3 11:21:45 2011 -0400
Add missing padding bytes to ChangeKeyboardMapping request
https://bugs.freedesktop.org/show_bug.cgi?id=41392
Signed-off-by: Peter Harris <pharris at opentext.com>
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>
More information about the xcb-commit
mailing list