diff options
| author | Julian Orth <ju.orth@gmail.com> | 2026-01-27 14:16:41 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2026-02-28 10:44:25 +0000 |
| commit | bb2fda519af736fd0e76c987a3fed2ddc44163c3 (patch) | |
| tree | f76d5b57d95afc45db1702278b61b3b327a3d4c9 | |
| parent | protocol: fix wl_region version (diff) | |
| download | wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar.gz wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar.bz2 wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar.lz wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar.xz wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.tar.zst wayland-bb2fda519af736fd0e76c987a3fed2ddc44163c3.zip | |
protocol: add wl_compositor destructor
Signed-off-by: Julian Orth <ju.orth@gmail.com>
| -rw-r--r-- | protocol/wayland.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 05ef85e..9e69a9e 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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. |
