De-brand the tablet shell

Drop the MeeGo part of the name.
This commit is contained in:
Kristian Høgsberg
2011-11-14 15:50:03 -05:00
parent c4693c4ab4
commit 64f1c3fd52
4 changed files with 114 additions and 114 deletions
@@ -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>