From 98a7ec3fe47ed039e4eecb42f1b3b1abd2d908f0 Mon Sep 17 00:00:00 2001 From: hp Date: Thu, 18 Oct 2001 16:40:24 +0000 Subject: new window types, FULLSCREEN state --- wm-spec/wm-spec.sgml | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 2 deletions(-) (limited to 'wm-spec') diff --git a/wm-spec/wm-spec.sgml b/wm-spec/wm-spec.sgml index e3ea8a8..501823d 100644 --- a/wm-spec/wm-spec.sgml +++ b/wm-spec/wm-spec.sgml @@ -16,7 +16,7 @@ Version This is DRAFT version 1.2 of the Extended Window Manager Hints (EWMH) spec, -updated October 11 2001. +updated October 17 2001. @@ -741,7 +741,86 @@ _NET_WM_STATE_TOGGLE 2 /* toggle property */ See also the implementation notes on urgency and fixed size windows. - _NET_WM_STRUT + + + + _NET_WM_ALLOWED_ACTIONS + + +A list of atoms indicating user operations that the window manager supports for +this window. Atoms present in the list indicate allowed actions, atoms not +present in the list indicate actions that are not supported for this window. +The window manager MUST keep this property updated to reflect the +actions which are currently "active" or "sensitive" for a window. +Taskbars, pagers, and other tools use _NET_WM_ALLOWED_ACTIONS to +decide which actions should be made available to the user. + + +Possible atoms are: + + + +An implementation MAY add new atoms to this list. Implementations +without extensions MUST ignore any unknown atoms, effectively removing +them from the list. These extension atoms MUST NOT start with the prefix +_NET. + + +Note that the actions listed here are those that the window +manager will honor for this window. The operations must still be +requested through the normal mechanisms outlined in this specification. For +example, _NET_WM_ACTION_CLOSE does not mean that clients can send a +WM_DELETE_WINDOW message to this window; it means that clients can use a +_NET_CLOSE_WINDOW message to ask the window manager to do so. + + +Window managers SHOULD ignore the value of _NET_WM_ALLOWED_ACTIONS when they +initially manage a window. This value may be left over from a previous window +manager with different policies. + + +_NET_WM_ACTION_MOVE indicates that the window may be moved around the screen. + + +_NET_WM_ACTION_RESIZE indicates that the window may be resized. +(Implementation note: window managers can identify a non-resizable +window because its minimum and maximum size in WM_NORMAL_HINTS will be the same.) + + +_NET_WM_ACTION_SHADE indicates that the window may be shaded. + + +_NET_WM_ACTION_STICK indicates that the window may have its sticky state +toggled (as for _NET_WM_STATE_STICKY). Note that this state has to do with +viewports, not desktops. + + +_NET_WM_ACTION_MAXIMIZE_HORZ indicates that the window may be maximized horizontally. + + +_NET_WM_ACTION_MAXIMIZE_VERT indicates that the window may be maximized vertically. + + +_NET_WM_ACTION_CHANGE_DESKTOP indicates that the window may be moved between desktops. + + +_NET_WM_ACTION_CLOSE indicates that the window may be closed (i.e. a WM_DELETE_WINDOW +message may be sent). + + + +_NET_WM_STRUT @@ -1250,6 +1329,9 @@ OR OTHER DEALINGS IN THE SOFTWARE. Added _NET_WM_STATE_FULLSCREEN. + + Added _NET_WM_ALLOWED_ACTIONS. + -- cgit v1.2.3-70-g09d2