[Xcb-commit] src
Julien Danjou
jdanjou at kemper.freedesktop.org
Tue May 26 02:08:42 PDT 2009
src/shm.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 51c5112d18fc4359c8a3cbe82cb884dcef1a320e
Author: Julien Danjou <julien at danjou.info>
Date: Tue May 26 10:45:57 2009 +0200
shm: fix Completion event fields
This should fix Debian bug #530560.
Signed-off-by: Julien Danjou <julien at danjou.info>
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>
More information about the xcb-commit
mailing list