summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2015-09-13 15:45:13 +0200
committerChristian Linhart <chris@demorecorder.com>2015-10-26 17:34:35 +0100
commit54d489f4d725e287de20a57983c88ade03261599 (patch)
tree6e0fa5cb25c6e0f85183d49d60db9402db7af9b4 /src
parent8a7096ce7375b1840aa350a27a092dd4a22f4c6e (diff)
downloadxcb-proto-54d489f4d725e287de20a57983c88ade03261599.tar.gz
xproto: add explicit align-pad in struct Setup
This pad is defined in the spec: http://cgit.freedesktop.org/xorg/proto/xproto/tree/specs/encoding.xml?id=xproto-7.0.28#n875 And it is also implemented in the Server: http://cgit.freedesktop.org/xorg/xserver/tree/dix/dispatch.c?id=xorg-server-1.17.99.901#n532 Signed-off-by: Christian Linhart <chris@demorecorder.com> Reviewed-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'src')
-rw-r--r--src/xproto.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xproto.xml b/src/xproto.xml
index d50a428..7aca2e2 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -255,6 +255,7 @@ authorization from the authors.
<list type="char" name="vendor">
<fieldref>vendor_len</fieldref>
</list>
+ <pad align="4" />
<list type="FORMAT" name="pixmap_formats">
<fieldref>pixmap_formats_len</fieldref>
</list>