summaryrefslogtreecommitdiff
path: root/protocol/shell-helper.xml
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/shell-helper.xml')
-rw-r--r--protocol/shell-helper.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/protocol/shell-helper.xml b/protocol/shell-helper.xml
new file mode 100644
index 0000000..fe59d19
--- /dev/null
+++ b/protocol/shell-helper.xml
@@ -0,0 +1,21 @@
+<protocol name="shell_helper">
+ <interface name="shell_helper" version="1">
+
+ <request name="move_surface">
+ <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="x" type="int"/>
+ <arg name="y" type="int"/>
+ </request>
+
+ <request name="slide_surface">
+ <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="x" type="int"/>
+ <arg name="y" type="int"/>
+ </request>
+
+ <request name="slide_surface_back">
+ <arg name="surface" type="object" interface="wl_surface"/>
+ </request>
+
+ </interface>
+</protocol>