mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-26 14:45:58 +01:00
xwm: add missing atoms to list
This commit is contained in:
parent
79978383ba
commit
c666d34d2d
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ const char *atom_map[ATOM_LAST] = {
|
||||||
"_NET_WM_STATE",
|
"_NET_WM_STATE",
|
||||||
"_NET_WM_WINDOW_TYPE",
|
"_NET_WM_WINDOW_TYPE",
|
||||||
"WM_TAKE_FOCUS",
|
"WM_TAKE_FOCUS",
|
||||||
|
"WINDOW",
|
||||||
|
"_NET_ACTIVE_WINDOW",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* General helpers */
|
/* General helpers */
|
||||||
|
|
Loading…
Reference in a new issue