gri3-wm/testcases/lib
Tony Crisci c42de09b1b Support _NET_WM_STATE_FOCUSED
_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
2018-03-23 14:30:57 +02:00
..
i3test Move is_num_fullscreen to Test.pm 2017-12-11 19:14:33 +02:00
SocketActivation.pm tests: use i3_config arg instead of precisely one launch_with_config 2017-09-14 21:46:20 +02:00
StartXServer.pm Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
StatusLine.pm Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
TestWorker.pm tests: remove the (broken) exit_gracefully check 2017-09-14 21:46:20 +02:00
i3test.pm.in Support _NET_WM_STATE_FOCUSED 2018-03-23 14:30:57 +02:00