summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-29 00:40:01 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-29 00:40:01 +0100
commit57a30ce63c1ce40989b10642c772f165ab3208a1 (patch)
treebdc9f1f801b6db55d94b4372f17bbd09b62f5d68 /protocol
parent2f62fa2bc9f10896fad674dfdb4c7e273ba19f26 (diff)
downloadgraynard-57a30ce63c1ce40989b10642c772f165ab3208a1.tar.gz
graynard-57a30ce63c1ce40989b10642c772f165ab3208a1.zip
shell-helper: add add_surface_to_layer request
This is useful for adding other surfaces to an existing layer, like adding the clock and app launcher to the panel's layer.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/shell-helper.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/shell-helper.xml b/protocol/shell-helper.xml
index fe59d19..e9e324d 100644
--- a/protocol/shell-helper.xml
+++ b/protocol/shell-helper.xml
@@ -7,6 +7,11 @@
<arg name="y" type="int"/>
</request>
+ <request name="add_surface_to_layer">
+ <arg name="new_surface" type="object" interface="wl_surface"/>
+ <arg name="existing_surface" type="object" interface="wl_surface"/>
+ </request>
+
<request name="slide_surface">
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="x" type="int"/>