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:
4b384d2
)
xinput: ChangeFeedbackControl: add missing pad
author
Christian Linhart
<chris@DemoRecorder.com>
Wed, 13 Aug 2014 13:39:14 +0000
(15:39 +0200)
committer
Peter Harris
<pharris@opentext.com>
Mon, 18 Aug 2014 21:41:09 +0000
(17:41 -0400)
add missing pad after field "feedback_id"
see XIproto.h:875 in inputproto-2.3.1
see spec in libXi-1.7.4 ( in docbook format in the directory "specs" )
Reviewed-by: Peter Harris <pharris@opentext.com>
Reviewed-by: Ran Benita <ran234@gmail.com>
src/xinput.xml
patch
|
blob
|
history
diff --git
a/src/xinput.xml
b/src/xinput.xml
index
86350de
..
5d43c16
100644
(file)
--- a/
src/xinput.xml
+++ b/
src/xinput.xml
@@
-613,6
+613,7
@@
authorization from the authors.
<field type="CARD32" name="mask" />
<field type="CARD8" name="device_id" />
<field type="CARD8" name="feedback_id" />
+ <pad bytes="2" />
<field type="FeedbackCtl" name="feedback" />
</request>