[Xcb-commit] xcb/proto: src
Christian Linhart
clinhart at kemper.freedesktop.org
Sun Sep 13 01:25:15 PDT 2015
src/shm.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 07e294a0106436de2ea221d227f27849d3d8ae74
Author: Robert Ancell <robert.ancell at canonical.com>
Date: Thu Aug 27 10:37:51 2015 +0100
shm: Mark PutImage.send_event field as boolean
Reviewed-by: Christian Linhart <chris at demorecorder.com>
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" />
More information about the xcb-commit
mailing list