mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 13:38:05 +02:00
Update Composite to version 0.3
This commit is contained in:
parent
7703293f18
commit
76e0c3ca05
1 changed files with 16 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue