summaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2017-10-30 17:21:13 +0800
committerJonas Ådahl <jadahl@gmail.com>2017-11-21 16:25:51 +0800
commita8a7b0b21398a85ac249a689035db913c5165635 (patch)
treea8f46c9835134a8fe8c9096babdb46b4a9c98d31 /stable
parent8f96c079d2788e869fd704de2b040b79c5b9bcac (diff)
downloadwayland-protocols-a8a7b0b21398a85ac249a689035db913c5165635.tar.gz
xdg-shell: Fix typo
There is no configure 'request' only configure 'events'. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Mike Blumenkrantz <zmike@samsung.com>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 4cad982..4c8083a 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -860,7 +860,7 @@
will respond by emitting a configure event without the "maximized"
state. If available, the compositor will include the window geometry
dimensions the window had prior to being maximized in the configure
- request. The client must then update its content, drawing it in a
+ event. The client must then update its content, drawing it in a
regular state, i.e. potentially with shadow, etc. The client must also
acknowledge the configure when committing the new content (see
ack_configure).