summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-17 16:00:33 +0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-11-19 14:58:58 +0200
commit6d6fb61a32d8718befaecb2f004cf7d3754a063e (patch)
tree159257810204bb1ddb2b5c55ccab68cb7990ea7b /protocol
parent2a229338a5d6afc8458061314757f819598c3c04 (diff)
downloadweston-6d6fb61a32d8718befaecb2f004cf7d3754a063e.tar.gz
desktop-shell: Rename protocol weston_desktop_shell
In the effort of going away from generic names of protocols only relevant for weston, rename the weston desktop shell weston_desktop_shell. This also resets the version to 1, as there will be no prior versions to weston_desktop_shell. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Mariusz Ceier <mceier+wayland@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/weston-desktop-shell.xml (renamed from protocol/desktop-shell.xml)14
1 files changed, 5 insertions, 9 deletions
diff --git a/protocol/desktop-shell.xml b/protocol/weston-desktop-shell.xml
index dd81574a..a21047f3 100644
--- a/protocol/desktop-shell.xml
+++ b/protocol/weston-desktop-shell.xml
@@ -1,6 +1,6 @@
-<protocol name="desktop">
+<protocol name="weston_desktop">
- <interface name="desktop_shell" version="3">
+ <interface name="weston_desktop_shell" version="1">
<description summary="create desktop widgets and helpers">
Traditional user interfaces can rely on this interface to define the
foundations of typical desktops. Currently it's possible to set up
@@ -81,9 +81,7 @@
<entry name="busy" value="11"/>
</enum>
- <!-- Version 2 additions -->
-
- <request name="desktop_ready" since="2">
+ <request name="desktop_ready">
<description summary="desktop is ready to be shown">
Tell the server, that enough desktop elements have been drawn
to make the desktop look ready for use. During start-up, the
@@ -94,8 +92,6 @@
</description>
</request>
- <!-- Version 3 additions -->
-
<enum name="panel_position">
<entry name="top" value="0"/>
<entry name="bottom" value="1"/>
@@ -108,7 +104,7 @@
summary="an invalid argument was provided in a request"/>
</enum>
- <request name="set_panel_position" since="3">
+ <request name="set_panel_position">
<arg name="position" type="uint"/>
<description summary="set panel position">
Tell the shell which side of the screen the panel is
@@ -119,7 +115,7 @@
</interface>
- <interface name="screensaver" version="1">
+ <interface name="weston_screensaver" version="1">
<description summary="interface for implementing screensavers">
Only one client can bind this interface at a time.
</description>