From 31236887df15523538736561a855dd90bc5baeb4 Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Fri, 20 Jul 2018 11:09:32 +0200 Subject: xdg-shell: move maximized state definition together MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The xdg-shell documentation had part of the maximized state render implications in the `set_maximized` request documentation, not the actual state. This moves the relevant lines into the state description. Signed-off-by: Markus Ongyerth Reviewed-by: Mike Blumenkrantz Reviewed-by: Simon Ser Reviewed-by: Jonas Ã…dahl --- stable/xdg-shell/xdg-shell.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stable') diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index 25706e6..03d8a10 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -724,6 +724,9 @@ The surface is maximized. The window geometry specified in the configure event must be obeyed by the client. + + The client should draw without shadow or other + decoration outside of the window geometry. @@ -865,8 +868,7 @@ After requesting that the surface should be maximized, the compositor will respond by emitting a configure event with the "maximized" state and the required window geometry. The client should then update its - content, drawing it in a maximized state, i.e. without shadow or other - decoration outside of the window geometry. The client must also + content, drawing it in a maximized state. The client must also acknowledge the configure when committing the new content (see ack_configure). -- cgit v1.2.3