aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-07 18:27:32 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-05-07 18:27:32 +0100
commit6fcb95efa5bc8e0f9f22f35bf0d07a22583bc744 (patch)
tree5ad2b896315aedd85866161c728250dc258af63f
parentfb5a6025ce80eef4b0bc82674e00307b67cf9721 (diff)
parentce70056cf865d1eae4ed4a88125dc291b1e1aa5c (diff)
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 @@
or manipulate a buffer prior to the first layer_surface.configure call
must also be treated as errors.
+ You may pass NULL for output to allow the compositor to decide which
+ output to use. Generally this will be the one that the user most
+ recently interacted with.
+
Clients can specify a namespace that defines the purpose of the layer
surface.
</description>
<arg name="id" type="new_id" interface="zwlr_layer_surface_v1"/>
<arg name="surface" type="object" interface="wl_surface"/>
- <arg name="output" type="object" interface="wl_output"/>
+ <arg name="output" type="object" interface="wl_output" allow-null="true"/>
<arg name="layer" type="uint" enum="layer" summary="layer to add this surface to"/>
<arg name="namespace" type="string" summary="namespace for the layer surface"/>
</request>