summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2007-12-01 12:32:38 -0800
committerJamey Sharp <jamey@minilop.net>2007-12-01 12:33:51 -0800
commit480d3bd8c084971c1212a005e960d641a809af06 (patch)
treefc82c65b00746ace43ac7db28d963d2cbdff30cb /src
parent6caf9bd62576149d06762ffc00883e422786833d (diff)
downloadxcb-proto-480d3bd8c084971c1212a005e960d641a809af06.tar.gz
Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
Diffstat (limited to 'src')
-rw-r--r--src/xproto.xml5
1 files changed, 1 insertions, 4 deletions
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>