From 947e04e29d17b6fdaa7097576a0e58626ccdd65c Mon Sep 17 00:00:00 2001 From: llunak Date: Wed, 13 Apr 2005 09:09:26 +0000 Subject: A patch from Alexander Strasser to explicitly specify the wm should restore geometry after going back from fullscreen. --- wm-spec/wm-spec.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'wm-spec') diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml index 9887ea1..8aa1cff 100644 --- a/wm-spec/wm-spec.xml +++ b/wm-spec/wm-spec.xml @@ -1083,8 +1083,10 @@ state. _NET_WM_STATE_FULLSCREEN indicates that the window should fill the entire - screen and have no window decorations. For example, a presentation - program would use this hint. + screen and have no window decorations. Additionally the Window + Manager is responsible for restoring the original geometry after a + switch from fullscreen back to normal window. For example, a + presentation program would use this hint. _NET_WM_STATE_ABOVE indicates that the window should be on top of most @@ -2022,6 +2024,10 @@ _NET_WM_PING message now has the client window identified in data.l[2] field. Added _NET_WM_USER_TIME to detect user activity in windows. + +Explicitly specify that the window manager should restore original geometry +when _NET_WM_STATE_FULLSCREEN is reset. + -- cgit v1.2.3-54-g00ecf