mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
Fix ATOM_LAST position
This commit is contained in:
parent
220a6e9bf6
commit
3cd4cf4fba
1 changed files with 1 additions and 1 deletions
|
@ -52,8 +52,8 @@ enum atom_name {
|
|||
NET_SUPPORTED,
|
||||
NET_WM_S0,
|
||||
NET_WM_STATE,
|
||||
ATOM_LAST,
|
||||
WM_TAKE_FOCUS,
|
||||
ATOM_LAST,
|
||||
};
|
||||
|
||||
static const char * const atom_map[ATOM_LAST] = {
|
||||
|
|
Loading…
Reference in a new issue