From 6be6e00c0294e075e7b689167e08b52bf55ffccb Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 19 Jun 2020 12:22:28 +0300 Subject: Use correct indefinite article before "xdg" Since the abbreviation "XDG" starts with a vowel sound, the correct article is "an." Signed-off-by: Vlad Zahorodnii --- unstable/xdg-decoration/xdg-decoration-unstable-v1.xml | 4 ++-- unstable/xdg-foreign/xdg-foreign-unstable-v1.xml | 6 +++--- unstable/xdg-foreign/xdg-foreign-unstable-v2.xml | 8 ++++---- unstable/xdg-shell/xdg-shell-unstable-v6.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'unstable') diff --git a/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml b/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml index 378e8ff..e596775 100644 --- a/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml +++ b/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml @@ -113,7 +113,7 @@ that the client prefers the provided decoration mode. After requesting a decoration mode, the compositor will respond by - emitting a xdg_surface.configure event. The client should then update + emitting an xdg_surface.configure event. The client should then update its content, drawing it without decorations if the received mode is server-side decorations. The client must also acknowledge the configure when committing the new content (see xdg_surface.ack_configure). @@ -122,7 +122,7 @@ different mode instead. Clients whose decoration mode depend on the xdg_toplevel state may send - a set_mode request in response to a xdg_surface.configure event and wait + a set_mode request in response to an xdg_surface.configure event and wait for the next xdg_surface.configure event to prevent unwanted state. Such clients are responsible for preventing configure loops and must make sure not to send multiple successive set_mode requests with the diff --git a/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml b/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml index 062b090..913963a 100644 --- a/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml +++ b/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml @@ -77,7 +77,7 @@ corresponding interface and event for details. A surface may be exported multiple times, and each exported handle may - be used to create a xdg_imported multiple times. Only xdg_surface + be used to create an xdg_imported multiple times. Only xdg_surface surfaces may be exported. - A xdg_exported object represents an exported reference to a surface. The + An xdg_exported object represents an exported reference to a surface. The exported surface may be referenced as long as the xdg_exported object not destroyed. Destroying the xdg_exported invalidates any relationship the importer may have established using xdg_imported. @@ -145,7 +145,7 @@ - A xdg_imported object represents an imported reference to surface exported + An xdg_imported object represents an imported reference to surface exported by some client. A client can use this interface to manipulate relationships between its own surfaces and the imported surface. diff --git a/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml b/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml index bf46fa8..b9d560e 100644 --- a/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml +++ b/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml @@ -77,7 +77,7 @@ corresponding interface and event for details. A surface may be exported multiple times, and each exported handle may - be used to create a xdg_imported multiple times. Only xdg_toplevel + be used to create an xdg_imported multiple times. Only xdg_toplevel equivalent surfaces may be exported. - A xdg_exported object represents an exported reference to a surface. The + An xdg_exported object represents an exported reference to a surface. The exported surface may be referenced as long as the xdg_exported object not destroyed. Destroying the xdg_exported invalidates any relationship the importer may have established using xdg_imported. @@ -145,7 +145,7 @@ - A xdg_imported object represents an imported reference to surface exported + An xdg_imported object represents an imported reference to surface exported by some client. A client can use this interface to manipulate relationships between its own surfaces and the imported surface. @@ -161,7 +161,7 @@ Set the imported surface as the parent of some surface of the client. - The passed surface must be a xdg_toplevel equivalent. Calling this + The passed surface must be an xdg_toplevel equivalent. Calling this function sets up a surface to surface relation with the same stacking and positioning semantics as xdg_toplevel.set_parent. diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml b/unstable/xdg-shell/xdg-shell-unstable-v6.xml index 1c0f924..5e25e66 100644 --- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml +++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml @@ -389,7 +389,7 @@ also be treated as errors. For a surface to be mapped by the compositor, the following conditions - must be met: (1) the client has assigned a xdg_surface based role to the + must be met: (1) the client has assigned an xdg_surface based role to the surface, (2) the client has set and committed the xdg_surface state and the role dependent state to the surface and (3) the client has committed a buffer to the surface. -- cgit v1.2.3