summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2008-09-01 15:05:42 +0200
committerJulien Danjou <julien@danjou.info>2008-09-05 00:50:49 +0200
commit0704a33a6753677328b0f9e939278d4cf48c431e (patch)
tree2d9b18613ff22443d4e070e89c5626499a276073
parent109a70c496ea9a2047c793815eccd9d27ea440e4 (diff)
shm: add missing padding bytes
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/shm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shm.xml b/src/shm.xml
index 49e243b..7168f3b 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -51,6 +51,7 @@ authorization from the authors.
<field type="CARD16" name="uid" />
<field type="CARD16" name="gid" />
<field type="CARD8" name="pixmap_format" />
+ <pad bytes="15" />
</reply>
</request>
@@ -58,6 +59,7 @@ authorization from the authors.
<field type="SEG" name="shmseg" />
<field type="CARD32" name="shmid" />
<field type="BOOL" name="read_only" />
+ <pad bytes="3" />
</request>
<request name="Detach" opcode="2">