From ff9e6f295c03d978f848fbe9e04adfe0402cde97 Mon Sep 17 00:00:00 2001 From: newren Date: Thu, 12 Apr 2007 23:18:54 +0000 Subject: Add _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW --- wm-spec/wm-spec.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wm-spec') 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 ]]> 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). + +_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 for details). + + +_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 for details)). + _NET_WM_STRUT -- cgit v1.2.3-54-g00ecf