diff options
author | Timidger <APragmaticPlace@gmail.com> | 2019-10-03 16:06:46 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-16 09:41:13 -0400 |
commit | 1724261910728bfa63eecb0f1729995c00c7ffe8 (patch) | |
tree | 24eab18a6dc5a44ba407ba2ba56eb78576b5a92d /protocol | |
parent | 6bb7639a0f35317cc8f29034577710c2387ebcd1 (diff) |
layer_shell: set layer of existing surface
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wlr-layer-shell-unstable-v1.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/protocol/wlr-layer-shell-unstable-v1.xml b/protocol/wlr-layer-shell-unstable-v1.xml index 216e0d9f..257d369b 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="1"> + <interface name="zwlr_layer_shell_v1" version="2"> <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 @@ -84,7 +84,7 @@ </enum> </interface> - <interface name="zwlr_layer_surface_v1" version="1"> + <interface name="zwlr_layer_surface_v1" version="2"> <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 @@ -231,6 +231,13 @@ </description> </request> + <request name="set_layer" since="2"> + <description summary="change the layer of the surface"> + Change the layer that the surface is rendered on. + </description> + <arg name="layer" type="uint" enum="layer" summary="layer to move this surface to"/> + </request> + <event name="configure"> <description summary="suggest a surface change"> The configure event asks the client to resize its surface. |