From 709a1a0c9a0ff12ef641e888fad410a40b293d07 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Mon, 8 May 2017 21:34:58 +0800 Subject: xdg-shell: Rename interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the interfaces according to the wayland-protocols policy. Since the name 'xdg_shell' as an interface was already taken (by xdg-shell-unstable-v5) zxdg_shell_v6 was renamed xdg_wm_base. The surface role related interfaces were not renamed, as naming collision is only unmanagable when exposed as globals via the registry. Signed-off-by: Jonas Ådahl Reviewed-By: Mike Blumenkrantz --- stable/xdg-shell/xdg-shell.xml | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stable') diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index 1c0f924..da8d6d4 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -1,5 +1,5 @@ - + Copyright © 2008-2013 Kristian Høgsberg @@ -27,9 +27,9 @@ DEALINGS IN THE SOFTWARE. - + - xdg_shell allows clients to turn a wl_surface into a "real window" + xdg_wm_base allows clients to turn a wl_surface into a "real window" which can be dragged, resized, stacked, and moved around by the user. Everything about this interface is suited towards traditional desktop environments. @@ -38,7 +38,7 @@ + summary="xdg_wm_base was destroyed before children"/> - - Destroy this xdg_shell object. + + Destroy this xdg_wm_base object. - Destroying a bound xdg_shell object while there are surfaces - still alive created by this xdg_shell object instance is illegal + Destroying a bound xdg_wm_base object while there are surfaces + still alive created by this xdg_wm_base object instance is illegal and will result in a protocol error. @@ -65,7 +65,7 @@ surfaces relative to some parent surface. See the interface description and xdg_surface.get_popup for details. - + @@ -82,14 +82,14 @@ See the documentation of xdg_surface for more details about what an xdg_surface is and how it is used. - + A client must respond to a ping event with a pong request or - the client may be deemed unresponsive. See xdg_shell.ping. + the client may be deemed unresponsive. See xdg_wm_base.ping. @@ -98,7 +98,7 @@ The ping event asks the client if it's still alive. Pass the serial specified in the event back to the compositor by sending - a "pong" request back with the specified serial. See xdg_shell.ping. + a "pong" request back with the specified serial. See xdg_wm_base.ping. Compositors can use this to determine if the client is still alive. It's unspecified what will happen if the client doesn't @@ -106,13 +106,13 @@ try to respond in a reasonable amount of time. A compositor is free to ping in any way it wants, but a client must - always respond to any xdg_shell object it created. + always respond to any xdg_wm_base object it created. - + The xdg_positioner provides a collection of rules for the placement of a child surface relative to a parent surface. Rules can be defined to ensure @@ -361,7 +361,7 @@ - + An interface that may be implemented by a wl_surface, for implementations that provide a desktop-style user interface. @@ -416,7 +416,7 @@ See the documentation of xdg_toplevel for more details about what an xdg_toplevel is and how it is used. - + @@ -427,9 +427,9 @@ See the documentation of xdg_popup for more details about what an xdg_popup is and how it is used. - - - + + + @@ -513,7 +513,7 @@ - + This interface defines an xdg_surface role which allows a surface to, among other things, set window-like properties such as maximize, @@ -540,7 +540,7 @@ "auxiliary" surfaces, so that the parent is raised when the dialog is raised. - + @@ -913,7 +913,7 @@ - + A popup surface is a short-lived, temporary surface. It can be used to implement for example menus, popovers, tooltips and other similar user -- cgit v1.2.3