summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-10-20 09:30:02 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-10-20 09:30:02 +0800
commita68a17ddc9b7a447f849833096b10aac44e97960 (patch)
tree32b7aa5aa8ae38b6567492d439f8a02fef618098
parentbce22b670876362bf4881619cd8a3f02ae818ac5 (diff)
downloadwayland-protocols-a68a17ddc9b7a447f849833096b10aac44e97960.tar.gz
fullscreen-shell: Use the new unstable naming schema
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
index 7e22cde..331fc8e 100644
--- a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
+++ b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
@@ -1,5 +1,5 @@
<protocol name="fullscreen_shell_unstable_v1">
- <interface name="_wl_fullscreen_shell" version="1">
+ <interface name="zwl_fullscreen_shell1" version="1">
<description summary="Displays a single surface per output">
Displays a single surface per output.
@@ -26,12 +26,14 @@
output. This way, the client can update the output's contents by
simply attaching a new buffer.
- Warning! The protocol described in this file is experimental. Each
- version of this protocol should be considered incompatible with any
- other version, and a client binding to a version different to the one
- advertised will be terminated. Once the protocol is declared stable,
- compatibility is guaranteed, the '_' prefix will be removed from the
- name and the version will be reset to 1.
+ Warning! The protocol described in this file is experimental and
+ backward incompatible changes may be made. Backward compatible changes
+ may be added together with the corresponding interface version bump.
+ Backward incompatible changes are done by bumping the version number in
+ the protocol and interface names and resetting the interface version.
+ Once the protocol is to be declared stable, the 'z' prefix and the
+ version number in the protocol and interface names are removed and the
+ interface version number is reset.
</description>
<request name="release" type="destructor">
@@ -167,7 +169,7 @@
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="output" type="object" interface="wl_output"/>
<arg name="framerate" type="int"/>
- <arg name="feedback" type="new_id" interface="_wl_fullscreen_shell_mode_feedback"/>
+ <arg name="feedback" type="new_id" interface="zwl_fullscreen_shell_mode_feedback1"/>
</request>
<enum name="error">
@@ -178,7 +180,7 @@
</enum>
</interface>
- <interface name="_wl_fullscreen_shell_mode_feedback" version="1">
+ <interface name="zwl_fullscreen_shell_mode_feedback1" version="1">
<event name="mode_successful">
<description summary="mode switch succeeded">
This event indicates that the attempted mode switch operation was