summaryrefslogtreecommitdiffstats
path: root/wm-spec
diff options
context:
space:
mode:
authornewren <newren>2007-04-12 23:18:54 +0000
committernewren <newren>2007-04-12 23:18:54 +0000
commitff9e6f295c03d978f848fbe9e04adfe0402cde97 (patch)
tree2d7113f508b4d68fa3df44b458c929dc60683a46 /wm-spec
parent88805125c4bb6fecc149793366bd011887f8dd73 (diff)
downloadxdg-specs-ff9e6f295c03d978f848fbe9e04adfe0402cde97.tar.xz
Add _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW
Diffstat (limited to 'wm-spec')
-rw-r--r--wm-spec/wm-spec.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml
index 68ca3df..97ef62b 100644
--- a/wm-spec/wm-spec.xml
+++ b/wm-spec/wm-spec.xml
@@ -1265,6 +1265,8 @@ _NET_WM_ACTION_MAXIMIZE_VERT, ATOM
_NET_WM_ACTION_FULLSCREEN, ATOM
_NET_WM_ACTION_CHANGE_DESKTOP, ATOM
_NET_WM_ACTION_CLOSE, ATOM
+_NET_WM_ACTION_ABOVE, ATOM
+_NET_WM_ACTION_BELOW, ATOM
]]></programlisting>
<para>
An implementation MAY add new atoms to this list. Implementations
@@ -1321,6 +1323,12 @@ _NET_WM_ACTION_CHANGE_DESKTOP indicates that the window may be moved between des
_NET_WM_ACTION_CLOSE indicates that the window may be closed (i.e. a _NET_CLOSE_WINDOW
message may be sent).
</para>
+ <para>
+_NET_WM_ACTION_ABOVE indicates that the window may placed in the "above" layer of windows (i.e. will respond to _NET_WM_STATE_ABOVE changes; see also <xref linkend="STACKINGORDER"/> for details).
+ </para>
+ <para>
+_NET_WM_ACTION_BELOW indicates that the window may placed in the "below" layer of windows (i.e. will respond to _NET_WM_STATE_BELOW changes; see also <xref linkend="STACKINGORDER"/> for details)).
+ </para>
</sect2>
<sect2><title>_NET_WM_STRUT</title>