summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-06-06 12:40:01 -0700
committerIan Osgood <iano@quirkster.com>2006-06-06 12:40:01 -0700
commit76e0c3ca055545ffe9d0ee78dda92616e4032333 (patch)
tree38440803e1dd8a70117437ae65ff843d84c6daca
parent7703293f183b111852840fc959b7b4d16f46558c (diff)
downloadxcb-proto-76e0c3ca055545ffe9d0ee78dda92616e4032333.tar.gz
xcb-proto-76e0c3ca055545ffe9d0ee78dda92616e4032333.tar.bz2
xcb-proto-76e0c3ca055545ffe9d0ee78dda92616e4032333.zip
Update Composite to version 0.3
-rw-r--r--src/extensions/composite.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/extensions/composite.xml b/src/extensions/composite.xml
index 20c4976..f055549 100644
--- a/src/extensions/composite.xml
+++ b/src/extensions/composite.xml
@@ -24,7 +24,7 @@ institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<!-- This file describes version 0.2 of COMPOSITE. -->
+<!-- This file describes version 0.3 of COMPOSITE. -->
<xcb header="composite" extension-xname="Composite" extension-name="Composite">
<import>xfixes</import>
@@ -77,4 +77,19 @@ authorization from the authors.
<field type="WINDOW" name="window" />
<field type="PIXMAP" name="pixmap" />
</request>
+
+ <!-- new in version 0.3 -->
+
+ <request name="GetOverlayWindow" opcode="7">
+ <field type="WINDOW" name="window" />
+ <reply>
+ <pad bytes="1" />
+ <field type="WINDOW" name="overlay_win" />
+ <pad bytes="20" />
+ </reply>
+ </request>
+
+ <request name="ReleaseOverlayWindow" opcode="8">
+ <field type="WINDOW" name="window" />
+ </request>
</xcb>