summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2009-05-26 10:45:57 +0200
committerJulien Danjou <julien@danjou.info>2009-05-26 10:45:57 +0200
commit51c5112d18fc4359c8a3cbe82cb884dcef1a320e (patch)
treef84283574eb53f9e4e583ddda88196b23591650e
parent38426f8b897793841bd5620b9cfe92e2a98bce0c (diff)
shm: fix Completion event fields
This should fix Debian bug #530560. Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/shm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shm.xml b/src/shm.xml
index 7168f3b..fedacef 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -34,9 +34,9 @@ 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" />
+ <field type="CARD16" name="minor_event" />
+ <field type="SEG" name="shmseg" />
<pad bytes="1" />
<field type="CARD32" name="offset" />
</event>