[Xcb-commit] Branch 'debian' - src
Jamey Sharp
jamey at kemper.freedesktop.org
Sat Dec 1 12:36:02 PST 2007
src/xproto.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 9e6581c9822d3c4e412d169b816d7c91aee4144a
Author: Jamey Sharp <jamey at minilop.net>
Date: Sat Dec 1 12:35:43 2007 -0800
Revert "Bugfix: GetKeyboardMapping's keysyms list had the wrong length."
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.
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>
More information about the xcb-commit
mailing list