summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-11-14 15:50:03 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-11-14 15:57:59 -0500
commit64f1c3fd520e38605fa408ffc8004300a0241a31 (patch)
tree0fc74851e627d8fc5a453ceb3ca7ef5393ed6d1c /protocol
parentc4693c4ab40be7e76cb64b87bd5c6d235cb02431 (diff)
De-brand the tablet shell
Drop the MeeGo part of the name.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/tablet-shell.xml (renamed from protocol/meego-tablet.xml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocol/meego-tablet.xml b/protocol/tablet-shell.xml
index d3ead07..10f1756 100644
--- a/protocol/meego-tablet.xml
+++ b/protocol/tablet-shell.xml
@@ -1,6 +1,6 @@
-<protocol name="meego_tablet">
+<protocol name="tablet">
- <interface name="meego_tablet_shell" version="1">
+ <interface name="tablet_shell" version="1">
<request name="set_lockscreen">
<arg name="surface" type="object" interface="wl_surface"/>
</request>
@@ -22,7 +22,7 @@
</request>
<request name="create_client">
- <arg name="id" type="new_id" interface="meego_tablet_client"/>
+ <arg name="id" type="new_id" interface="tablet_client"/>
<arg name="name" type="string"/>
<arg name="fd" type="fd"/>
</request>
@@ -32,7 +32,7 @@
<event name="hide_switcher"/>
</interface>
- <interface name="meego_tablet_client" version="1">
+ <interface name="tablet_client" version="1">
<request name="destroy" type="destructor"/>
<request name="activate"/>
</interface>