c42de09b1b
_NET_WM_STATE_FOCUSED is set on _NET_WM_STATE to indicate that the window is focused. It must be set when the window is newly focused and removed once the window no longer has focus. > _NET_WM_STATE_FOCUSED indicates whether the window's decorations are > drawn in an active state. Clients MUST regard it as a read-only hint. > It cannot be set at map time or changed via a _NET_WM_STATE client > message. For example, this is used by GTK applications to show the decoration in an active or inactive state. This change can be tested by opening a GTK application (like evince), focusing the window and unfocusing the window, and observing a change in the window decorations. Fixes #2273
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
xmacro(_NET_SUPPORTED)
|
|
xmacro(_NET_SUPPORTING_WM_CHECK)
|
|
xmacro(_NET_WM_NAME)
|
|
xmacro(_NET_WM_VISIBLE_NAME)
|
|
xmacro(_NET_WM_MOVERESIZE)
|
|
xmacro(_NET_WM_STATE_STICKY)
|
|
xmacro(_NET_WM_STATE_FULLSCREEN)
|
|
xmacro(_NET_WM_STATE_DEMANDS_ATTENTION)
|
|
xmacro(_NET_WM_STATE_MODAL)
|
|
xmacro(_NET_WM_STATE_HIDDEN)
|
|
xmacro(_NET_WM_STATE_FOCUSED)
|
|
xmacro(_NET_WM_STATE)
|
|
xmacro(_NET_WM_WINDOW_TYPE)
|
|
xmacro(_NET_WM_WINDOW_TYPE_NORMAL)
|
|
xmacro(_NET_WM_WINDOW_TYPE_DOCK)
|
|
xmacro(_NET_WM_WINDOW_TYPE_DIALOG)
|
|
xmacro(_NET_WM_WINDOW_TYPE_UTILITY)
|
|
xmacro(_NET_WM_WINDOW_TYPE_TOOLBAR)
|
|
xmacro(_NET_WM_WINDOW_TYPE_SPLASH)
|
|
xmacro(_NET_WM_WINDOW_TYPE_MENU)
|
|
xmacro(_NET_WM_WINDOW_TYPE_DROPDOWN_MENU)
|
|
xmacro(_NET_WM_WINDOW_TYPE_POPUP_MENU)
|
|
xmacro(_NET_WM_WINDOW_TYPE_TOOLTIP)
|
|
xmacro(_NET_WM_WINDOW_TYPE_NOTIFICATION)
|
|
xmacro(_NET_WM_DESKTOP)
|
|
xmacro(_NET_WM_STRUT_PARTIAL)
|
|
xmacro(_NET_CLIENT_LIST)
|
|
xmacro(_NET_CLIENT_LIST_STACKING)
|
|
xmacro(_NET_CURRENT_DESKTOP)
|
|
xmacro(_NET_NUMBER_OF_DESKTOPS)
|
|
xmacro(_NET_DESKTOP_NAMES)
|
|
xmacro(_NET_DESKTOP_VIEWPORT)
|
|
xmacro(_NET_ACTIVE_WINDOW)
|
|
xmacro(_NET_CLOSE_WINDOW)
|
|
xmacro(_NET_MOVERESIZE_WINDOW)
|