summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rw-r--r--protocol/Makefile.am2
-rw-r--r--protocol/shell-helper.xml21
2 files changed, 22 insertions, 1 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
index ff9219a..4931c6f 100644
--- a/protocol/Makefile.am
+++ b/protocol/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = desktop-shell.xml
+EXTRA_DIST = desktop-shell.xml shell-helper.xml
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>