summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2007-12-01 12:35:43 -0800
committerJamey Sharp <jamey@minilop.net>2007-12-01 12:35:43 -0800
commit9e6581c9822d3c4e412d169b816d7c91aee4144a (patch)
tree03b6eb14eaee555e41bd5d895d2383fe29dc647d
parent12c170e5e5ab496bfad67f4f8f56c5fe0cac18f2 (diff)
Revert "Bugfix: GetKeyboardMapping's keysyms list had the wrong length."debian
This was supposed to go on master. It helps to look at what branch I'm on. sigh... We'll pull this commit back from master next time we do a release. This reverts commit 12c170e5e5ab496bfad67f4f8f56c5fe0cac18f2.
-rw-r--r--src/xproto.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xproto.xml b/src/xproto.xml
index 0b796a9..8254d11 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -2014,7 +2014,10 @@ authorization from the authors.
<field type="BYTE" name="keysyms_per_keycode" />
<pad bytes="24" />
<list type="KEYSYM" name="keysyms">
- <fieldref>length</fieldref>
+ <op op="*">
+ <fieldref>length</fieldref>
+ <value>4</value>
+ </op>
</list>
</reply>
</request>