From 42410fe72d0ed2c654631e1755526482a80f4fca Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 21 Feb 2018 18:16:57 +0300 Subject: window: add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATE ported from: https://github.com/GNOME/metacity/commit/4ccb99a50c54f345c4c7d9ac77f1ea76bc6c7c74 --- src/core/atomnames.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/atomnames.h') diff --git a/src/core/atomnames.h b/src/core/atomnames.h index cda2e33a..8e149060 100644 --- a/src/core/atomnames.h +++ b/src/core/atomnames.h @@ -158,6 +158,7 @@ item(_NET_WM_ACTION_ABOVE) item(_NET_WM_ACTION_BELOW) item(_NET_WM_STATE_STICKY) item(_NET_WM_FULLSCREEN_MONITORS) +item(_NET_WM_STATE_FOCUSED) #if 0 /* We apparently never use: */ -- cgit v1.2.1