projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38ded00
)
Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general...
author
Jamey Sharp
<jamey@minilop.net>
Sun, 12 Nov 2006 00:12:54 +0000
(16:12 -0800)
committer
Jamey Sharp
<jamey@minilop.net>
Sun, 12 Nov 2006 00:14:45 +0000
(16:14 -0800)
Thanks to Vincent Torri for pointing out the error.
src/xproto.xml
patch
|
blob
|
history
diff --git
a/src/xproto.xml
b/src/xproto.xml
index
514659d
..
8254d11
100644
(file)
--- 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>