diff options
author | monsta <[email protected]> | 2018-02-21 18:16:57 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-26 11:59:38 +0100 |
commit | 42410fe72d0ed2c654631e1755526482a80f4fca (patch) | |
tree | 639d00ebead4ace9e0b437b09653a199b6b7bebb /src/core/atomnames.h | |
parent | 70d82d3a745651351d1b8d4e315f074bb83fded3 (diff) | |
download | marco-42410fe72d0ed2c654631e1755526482a80f4fca.tar.bz2 marco-42410fe72d0ed2c654631e1755526482a80f4fca.tar.xz |
window: add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATE
ported from:
https://github.com/GNOME/metacity/commit/4ccb99a50c54f345c4c7d9ac77f1ea76bc6c7c74
Diffstat (limited to 'src/core/atomnames.h')
-rw-r--r-- | src/core/atomnames.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: */ |