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:
79fd940
)
xinput: Add missing pad in XIChangeHierarchy
author
Daniel Martin
<consume.noise@gmail.com>
Thu, 17 Jul 2014 20:49:12 +0000
(22:49 +0200)
committer
Daniel Martin
<consume.noise@gmail.com>
Sun, 20 Jul 2014 19:44:49 +0000
(21:44 +0200)
A pad of 3 bytes was missing in the request XIChangeHierarchy:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n439
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
src/xinput.xml
patch
|
blob
|
history
diff --git
a/src/xinput.xml
b/src/xinput.xml
index
f7239e8
..
86350de
100644
(file)
--- a/
src/xinput.xml
+++ b/
src/xinput.xml
@@
-1230,6
+1230,7
@@
authorization from the authors.
<request name="XIChangeHierarchy" opcode="43">
<field type="CARD8" name="num_changes" />
+ <pad bytes="3" />
<list type="HierarchyChange" name="changes">
<fieldref>num_changes</fieldref>
</list>