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:
c0e94a5
)
render: add missing padding bytes
author
Julien Danjou
<julien@danjou.info>
Mon, 1 Sep 2008 13:05:40 +0000
(15:05 +0200)
committer
Julien Danjou
<julien@danjou.info>
Thu, 4 Sep 2008 22:50:27 +0000
(
00:50
+0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
src/render.xml
patch
|
blob
|
history
diff --git
a/src/render.xml
b/src/render.xml
index
63d5b18
..
461fc61
100644
(file)
--- a/
src/render.xml
+++ b/
src/render.xml
@@
-475,6
+475,7
@@
for licensing information.
<request name="SetPictureFilter" opcode="30">
<field type="PICTURE" name="picture" />
<field type="CARD16" name="filter_len" />
+ <pad bytes="2" />
<list type="char" name="filter">
<fieldref>filter_len</fieldref>
</list>