summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-07-03 10:05:02 +0200
committerSimon Ser <contact@emersion.fr>2023-10-17 12:14:03 +0000
commit479580dbe39bdb9b0bd60e52187b0e6c58366ee0 (patch)
tree9a2f91b645ef72d187a70bcea109834e4dcfd135
parent079b6011a0a49acf60818eb646a3e24a42264898 (diff)
xdg-decoration: remove ambiguous wording in configure event
"ask the client" isn't very clear. Let's use the word "configure" which is more explicit: the client doesn't have a say in this. (Note, wording in the following paragraphs is clearer and uses the word "must".) Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--unstable/xdg-decoration/xdg-decoration-unstable-v1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml b/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
index b638e6d..c175cad 100644
--- a/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
+++ b/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
@@ -142,7 +142,7 @@
<event name="configure">
<description summary="notify a decoration mode change">
- The configure event asks the client to change its decoration mode. The
+ The configure event configures the effective decoration mode. The
configured state should not be applied immediately. Clients must send an
ack_configure in response to this event. See xdg_surface.configure and
xdg_surface.ack_configure for details.