summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-05-26 10:59:26 +0200
committerJulien Danjou <julien@danjou.info>2009-05-26 11:33:48 +0200
commit6d62c3c28c23596b60b697d8968c6254483b412d (patch)
tree6079b5b81b2ef9fb98fed3a28d56063ef70d3892
parent1d6890e640a292092e22943aa52e8f4f5c99b1d3 (diff)
Fix ShmCompletion event
Reported-by: Remi Denis-Courmont <rdenis@simphalempin.com> Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/shm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shm.xml b/src/shm.xml
index 7168f3b..adda509 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -34,10 +34,10 @@ authorization from the authors.
<event name="Completion" number="0">
<pad bytes="1" />
<field type="DRAWABLE" name="drawable" />
- <field type="SEG" name="shmseg" />
<field type="CARD16" name="minor_event" />
<field type="BYTE" name="major_event" />
<pad bytes="1" />
+ <field type="SEG" name="shmseg" />
<field type="CARD32" name="offset" />
</event>