[Xcb-commit] src
Jamey Sharp
jamey at kemper.freedesktop.org
Sat Dec 1 12:36:02 PST 2007
src/xproto.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 480d3bd8c084971c1212a005e960d641a809af06
Author: Jamey Sharp <jamey at minilop.net>
Date: Sat Dec 1 12:32:38 2007 -0800
Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
diff --git a/src/xproto.xml b/src/xproto.xml
index 8254d11..0b796a9 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -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>
More information about the xcb-commit
mailing list