diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-28 12:32:56 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-28 12:32:56 +0200 |
| commit | 11a46b80e09b810c9abeb033067cdff46a458d60 (patch) | |
| tree | 6801bef4fb1730128173dd913e076fb798c409f5 /protocol | |
| parent | 2f0bd157e30df0770fa4e192c7afd56f1f0a9cad (diff) | |
| download | river-11a46b80e09b810c9abeb033067cdff46a458d60.tar.gz river-11a46b80e09b810c9abeb033067cdff46a458d60.tar.xz | |
meta: update layer shell xml
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wlr-layer-shell-unstable-v1.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/protocol/wlr-layer-shell-unstable-v1.xml b/protocol/wlr-layer-shell-unstable-v1.xml index 88dd108..fa67001 100644 --- a/protocol/wlr-layer-shell-unstable-v1.xml +++ b/protocol/wlr-layer-shell-unstable-v1.xml @@ -25,7 +25,7 @@ THIS SOFTWARE. </copyright> - <interface name="zwlr_layer_shell_v1" version="2"> + <interface name="zwlr_layer_shell_v1" version="3"> <description summary="create surfaces that are layers of the desktop"> Clients can use this interface to assign the surface_layer role to wl_surfaces. Such surfaces are assigned to a "layer" of the output and @@ -82,9 +82,19 @@ <entry name="top" value="2"/> <entry name="overlay" value="3"/> </enum> + + <!-- Version 3 additions --> + + <request name="destroy" type="destructor" since="3"> + <description summary="destroy the layer_shell object"> + This request indicates that the client will not use the layer_shell + object any more. Objects that have been created through this instance + are not affected. + </description> + </request> </interface> - <interface name="zwlr_layer_surface_v1" version="2"> + <interface name="zwlr_layer_surface_v1" version="3"> <description summary="layer metadata interface"> An interface that may be implemented by a wl_surface, for surfaces that are designed to be rendered as a layer of a stacked desktop-like |
