diff options
author | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | 2020-06-19 12:22:28 +0300 |
---|---|---|
committer | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | 2020-06-19 12:45:12 +0300 |
commit | 6be6e00c0294e075e7b689167e08b52bf55ffccb (patch) | |
tree | a6075a3e97ac7a63205f6b52defad38b14bdc902 /unstable/xdg-decoration | |
parent | 684cd23ae31fafb9eda2a0cd15edb4e96de92259 (diff) |
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 <vlad.zahorodnii@kde.org>
Diffstat (limited to 'unstable/xdg-decoration')
-rw-r--r-- | unstable/xdg-decoration/xdg-decoration-unstable-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |