summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-07 18:27:32 +0100
committerLibravatar GitHub <noreply@github.com>2018-05-07 18:27:32 +0100
commitef063953e816e7cbad6cfacb4d0dfc9a41c3d06b (patch)
tree5ad2b896315aedd85866161c728250dc258af63f
parentMerge pull request #1920 from yorickvP/master (diff)
parentUpdate layer-shell protocol (diff)
downloadsway-ef063953e816e7cbad6cfacb4d0dfc9a41c3d06b.tar.gz
sway-ef063953e816e7cbad6cfacb4d0dfc9a41c3d06b.tar.zst
sway-ef063953e816e7cbad6cfacb4d0dfc9a41c3d06b.zip
Merge pull request #1934 from emersion/update-layer-shell
Update layer-shell protocol
-rw-r--r--protocols/wlr-layer-shell-unstable-v1.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/wlr-layer-shell-unstable-v1.xml b/protocols/wlr-layer-shell-unstable-v1.xml
index 3181c0bb..6a5d5d35 100644
--- a/protocols/wlr-layer-shell-unstable-v1.xml
+++ b/protocols/wlr-layer-shell-unstable-v1.xml
@@ -47,12 +47,16 @@
47 or manipulate a buffer prior to the first layer_surface.configure call 47 or manipulate a buffer prior to the first layer_surface.configure call
48 must also be treated as errors. 48 must also be treated as errors.
49 49
50 You may pass NULL for output to allow the compositor to decide which
51 output to use. Generally this will be the one that the user most
52 recently interacted with.
53
50 Clients can specify a namespace that defines the purpose of the layer 54 Clients can specify a namespace that defines the purpose of the layer
51 surface. 55 surface.
52 </description> 56 </description>
53 <arg name="id" type="new_id" interface="zwlr_layer_surface_v1"/> 57 <arg name="id" type="new_id" interface="zwlr_layer_surface_v1"/>
54 <arg name="surface" type="object" interface="wl_surface"/> 58 <arg name="surface" type="object" interface="wl_surface"/>
55 <arg name="output" type="object" interface="wl_output"/> 59 <arg name="output" type="object" interface="wl_output" allow-null="true"/>
56 <arg name="layer" type="uint" enum="layer" summary="layer to add this surface to"/> 60 <arg name="layer" type="uint" enum="layer" summary="layer to add this surface to"/>
57 <arg name="namespace" type="string" summary="namespace for the layer surface"/> 61 <arg name="namespace" type="string" summary="namespace for the layer surface"/>
58 </request> 62 </request>