From 933c927284e9cc51d52d6aee8dcdcd18fa228541 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 14 Feb 2014 12:12:21 +0100 Subject: shell-helper: add new interface for moving surfaces around onscreen --- protocol/Makefile.am | 2 +- protocol/shell-helper.xml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 protocol/shell-helper.xml 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 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1