[Xcb] [PATCH] shm: Mark PutImage.send_event field as boolean

Robert Ancell robert.ancell at canonical.com
Thu Aug 27 02:37:51 PDT 2015


---
 src/shm.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shm.xml b/src/shm.xml
index 71fce14..c2605da 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -79,7 +79,7 @@ authorization from the authors.
     <field type="INT16" name="dst_y" />
     <field type="CARD8" name="depth" />
     <field type="CARD8" name="format" />
-    <field type="CARD8" name="send_event" />
+    <field type="BOOL" name="send_event" />
     <pad bytes="1" />
     <field type="SEG" name="shmseg" />
     <field type="CARD32" name="offset" />
-- 
2.5.0



More information about the Xcb mailing list