From 47af6b72cf1a4b28d607ef23ccd568848ac0db1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin Gräßlin?= Date: Wed, 5 Feb 2014 11:25:00 +0100 Subject: [PATCH] Add a _NET_WM_STATE_UNDECORATED to _NET_WM_STATE This new hint is intended to tell the window manager to not decorate the window. This hint is intended as a replacement for the Motif flag. --- wm-spec/wm-spec.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml index 08eef15..10ff283 100644 --- a/wm-spec/wm-spec.xml +++ b/wm-spec/wm-spec.xml @@ -1118,6 +1118,7 @@ _NET_WM_STATE_ABOVE, ATOM _NET_WM_STATE_BELOW, ATOM _NET_WM_STATE_DEMANDS_ATTENTION, ATOM _NET_WM_STATE_FOCUSED, ATOM +_NET_WM_STATE_UNDECORATED, ATOM ]]> An implementation MAY add new atoms to this list. Implementations @@ -1222,6 +1223,12 @@ Manager. +_NET_WM_STATE_UNDECORATED indicates that the window should not get any window +decorations by the window manager. A window manager which announces support for +this state in _NET_SUPPORTED MUST NOT add a window decoration to this window. + + + To change the state of a mapped window, a Client MUST send a _NET_WM_STATE client message to the root window: @@ -2300,6 +2307,7 @@ OR OTHER DEALINGS IN THE SOFTWARE. Olivier Chapuis Søren Sandmann Grant Patterson + Martin Graesslin Change history @@ -2315,6 +2323,9 @@ Added _NET_WM_STATE_FOCUSED. Added _NET_WM_OPAQUE_REGION + +Added _NET_WM_STATE_UNDECORATED + -- 1.8.5.3