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:
4fb5556
)
shape: add missing padding bytes to GetRectangles
author
Julien Danjou
<julien@danjou.info>
Sun, 16 Aug 2009 09:05:17 +0000
(11:05 +0200)
committer
Julien Danjou
<julien@danjou.info>
Sun, 16 Aug 2009 09:05:17 +0000
(11:05 +0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
src/shape.xml
patch
|
blob
|
history
diff --git
a/src/shape.xml
b/src/shape.xml
index
8d76de8
..
c128ade
100644
(file)
--- a/
src/shape.xml
+++ b/
src/shape.xml
@@
-146,6
+146,7
@@
authorization from the authors.
<reply>
<field type="BYTE" name="ordering" enum="ClipOrdering" />
<field type="CARD32" name="rectangles_len" />
+ <pad bytes="20" />
<list type="RECTANGLE" name="rectangles">
<fieldref>rectangles_len</fieldref>
</list>