summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-12-03 16:32:01 -0800
committerKristian Høgsberg <krh@bitplanet.net>2013-12-04 10:18:29 -0800
commit873b515aeee77ff072f5ae42fef34cab76f8bf11 (patch)
treef7915a42cec585d682aac6841d574f26587996ab /protocol
parentcae1f0ff2d2dfd293a27fa142865aacf012e6cd3 (diff)
downloadweston-873b515aeee77ff072f5ae42fef34cab76f8bf11.tar.gz
tablet-shell: Remove
The tablet-shell is unmaintained and unused. It is currently dead-weight and a burden when we make changes to weston. Let's drop it for now, we can pull it out of git if we find a need for it later.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/Makefile.am1
-rw-r--r--protocol/tablet-shell.xml40
2 files changed, 0 insertions, 41 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
index 33e561c5..4f5ecc3f 100644
--- a/protocol/Makefile.am
+++ b/protocol/Makefile.am
@@ -1,7 +1,6 @@
protocol_sources = \
desktop-shell.xml \
screenshooter.xml \
- tablet-shell.xml \
xserver.xml \
text.xml \
input-method.xml \
diff --git a/protocol/tablet-shell.xml b/protocol/tablet-shell.xml
deleted file mode 100644
index 10f17568..00000000
--- a/protocol/tablet-shell.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<protocol name="tablet">
-
- <interface name="tablet_shell" version="1">
- <request name="set_lockscreen">
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="set_switcher">
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="set_homescreen">
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="show_grid">
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="show_panels">
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="create_client">
- <arg name="id" type="new_id" interface="tablet_client"/>
- <arg name="name" type="string"/>
- <arg name="fd" type="fd"/>
- </request>
-
- <event name="show_lockscreen"/>
- <event name="show_switcher"/>
- <event name="hide_switcher"/>
- </interface>
-
- <interface name="tablet_client" version="1">
- <request name="destroy" type="destructor"/>
- <request name="activate"/>
- </interface>
-
-</protocol>