From 3c7dbb9646a3c05576d3cf69b265b4b8bfdb2dd3 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Mon, 30 Oct 2017 17:22:08 +0800 Subject: xdg-shell: Specify what happens when (un)maximizing while fullscreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify that the maximize/unmaximize state requests only affects the state a surface will return to if it is currently fullscreen. Signed-off-by: Jonas Ådahl Reviewed-by: Mike Blumenkrantz --- stable/xdg-shell/xdg-shell.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stable') diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index 4c8083a..6101413 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -849,6 +849,10 @@ If the surface was already maximized, the compositor will still emit a configure event with the "maximized" state. + + If the surface is in a fullscreen state, this request has no direct + effect. It will alter the state the surface is returned to when + unmaximized if not overridden by the compositor. @@ -871,6 +875,10 @@ If the surface was already not maximized, the compositor will still emit a configure event without the "maximized" state. + + If the surface is in a fullscreen state, this request has no direct + effect. It will alter the state the surface is returned to when + unmaximized if not overridden by the compositor. -- cgit v1.2.3