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:
6caf9bd
)
Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
author
Jamey Sharp
<jamey@minilop.net>
Sat, 1 Dec 2007 20:32:38 +0000
(12:32 -0800)
committer
Jamey Sharp
<jamey@minilop.net>
Sat, 1 Dec 2007 20:33:51 +0000
(12:33 -0800)
src/xproto.xml
patch
|
blob
|
history
diff --git
a/src/xproto.xml
b/src/xproto.xml
index
8254d11
..
0b796a9
100644
(file)
--- 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>