summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-27 10:37:51 +0100
committerChristian Linhart <chris@demorecorder.com>2015-09-13 10:23:22 +0200
commit07e294a0106436de2ea221d227f27849d3d8ae74 (patch)
treea2fb194164ddecc54f4984107a0a6a5b62028332 /src
parent6b832a008ada81a98d4a7d3c2d6834e5a1fb50a9 (diff)
downloadxcb-proto-07e294a0106436de2ea221d227f27849d3d8ae74.tar.gz
shm: Mark PutImage.send_event field as boolean
Reviewed-by: Christian Linhart <chris@demorecorder.com>
Diffstat (limited to 'src')
-rw-r--r--src/shm.xml2
1 files changed, 1 insertions, 1 deletions
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" />