mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-05 01:41:08 -05:00
protocol: add wl_compositor destructor
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
ef336e8b80
commit
bb2fda519a
1 changed files with 9 additions and 1 deletions
|
|
@ -210,6 +210,14 @@
|
|||
</description>
|
||||
<arg name="id" type="new_id" interface="wl_region" summary="the new region"/>
|
||||
</request>
|
||||
|
||||
<!-- Version 7 additions -->
|
||||
|
||||
<request name="release" type="destructor" since="7">
|
||||
<description summary="destroy wl_compositor">
|
||||
This request destroys the wl_compositor. This has no effect on any other objects.
|
||||
</description>
|
||||
</request>
|
||||
</interface>
|
||||
|
||||
<interface name="wl_shm_pool" version="2">
|
||||
|
|
@ -3078,7 +3086,7 @@
|
|||
</event>
|
||||
</interface>
|
||||
|
||||
<interface name="wl_region" version="6">
|
||||
<interface name="wl_region" version="7">
|
||||
<description summary="region interface">
|
||||
A region object describes an area.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue