summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2015-09-13 15:45:14 +0200
committerChristian Linhart <chris@demorecorder.com>2015-10-26 17:35:00 +0100
commit1601efa74cf128ac53cb507cc0392d7554f25c1a (patch)
tree0f5ff8d97daa29065e286efd661c1bf729f4e29f /src
parent54d489f4d725e287de20a57983c88ade03261599 (diff)
downloadxcb-proto-1601efa74cf128ac53cb507cc0392d7554f25c1a.tar.gz
xproto: struct "HOST": add explicit align pad
This pad is defined in the spec: http://cgit.freedesktop.org/xorg/proto/xproto/tree/specs/encoding.xml?id=xproto-7.0.28#n534 The server adds this pad in function GetHosts at: http://cgit.freedesktop.org/xorg/xserver/tree/os/access.c?id=xorg-server-1.17.99.901#n1426 Function GetHosts is called in function ProcListHosts at: http://cgit.freedesktop.org/xorg/xserver/tree/dix/dispatch.c?id=xorg-server-1.17.99.901#n3166 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 7aca2e2..da9ec01 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -5465,6 +5465,7 @@ sensitive!
<list type="BYTE" name="address">
<fieldref>address_len</fieldref>
</list>
+ <pad align="4" />
</struct>
<request name="ListHosts" opcode="110">