diff options
author | llunak <llunak> | 2005-04-13 09:09:26 +0000 |
---|---|---|
committer | llunak <llunak> | 2005-04-13 09:09:26 +0000 |
commit | 947e04e29d17b6fdaa7097576a0e58626ccdd65c (patch) | |
tree | acd77861a9cd1f54cc795da9d50a6470dd921888 /wm-spec | |
parent | 2469e29f80358300a823b5c2dadc7c233d7dfcde (diff) | |
download | xdg-specs-947e04e29d17b6fdaa7097576a0e58626ccdd65c.tar.xz |
A patch from Alexander Strasser <eclipse7@gmx.net> to explicitly specify
the wm should restore geometry after going back from fullscreen.
Diffstat (limited to 'wm-spec')
-rw-r--r-- | wm-spec/wm-spec.xml | 10 |
1 files changed, 8 insertions, 2 deletions
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. </para> <para> _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. </para> <para> _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. <listitem><para> Added _NET_WM_USER_TIME to detect user activity in windows. </para></listitem> + <listitem><para> +Explicitly specify that the window manager should restore original geometry +when _NET_WM_STATE_FULLSCREEN is reset. + </para></listitem> </itemizedlist> </sect2> <sect2> |