summaryrefslogtreecommitdiff
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:32:38 -0800
commit12c170e5e5ab496bfad67f4f8f56c5fe0cac18f2 (patch)
treecf25f7629068bbc08d113730692d4b48efdffb15
parent90a6128553986eea05688b71af852a72ac76134c (diff)
downloadxcb-proto-12c170e5e5ab496bfad67f4f8f56c5fe0cac18f2.tar.gz
Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
-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>