[Xcb-commit] src
Jamey Sharp
jamey at kemper.freedesktop.org
Sat Nov 11 16:14:51 PST 2006
src/xproto.xml | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 36134f48236f50aeee386b36be7e82c809688bc8 (from 38ded0002498cfe125e66dbc513071448f7480f5)
Author: Jamey Sharp <jamey at minilop.net>
Date: Sat Nov 11 16:12:54 2006 -0800
Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general CARD8.
Thanks to Vincent Torri for pointing out the error.
diff --git a/src/xproto.xml b/src/xproto.xml
index 514659d..8254d11 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -1086,7 +1086,7 @@ authorization from the authors.
</request>
<request name="UngrabKey" opcode="34">
- <field type="CARD8" name="key" />
+ <field type="KEYCODE" name="key" />
<field type="WINDOW" name="grab_window" />
<field type="CARD16" name="modifiers" />
</request>
More information about the xcb-commit
mailing list