mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-27 06:59:46 -05: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_SUPPORTED,
|
||||||
NET_WM_S0,
|
NET_WM_S0,
|
||||||
NET_WM_STATE,
|
NET_WM_STATE,
|
||||||
ATOM_LAST,
|
|
||||||
WM_TAKE_FOCUS,
|
WM_TAKE_FOCUS,
|
||||||
|
ATOM_LAST,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const atom_map[ATOM_LAST] = {
|
static const char * const atom_map[ATOM_LAST] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue