mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
Fix segfault on startup
This commit is contained in:
parent
b7927078e9
commit
f0a14a318c
@ -56,13 +56,14 @@ enum atom_name {
|
||||
ATOM_LAST,
|
||||
};
|
||||
|
||||
static const char * const atom_map[ATOM_LAST] = {
|
||||
static const char *atom_map[ATOM_LAST] = {
|
||||
"WL_SURFACE_ID",
|
||||
"WM_PROTOCOLS",
|
||||
"WM_S0",
|
||||
"_NET_SUPPORTED",
|
||||
"_NET_WM_S0",
|
||||
"_NET_WM_STATE",
|
||||
"WM_TAKE_FOCUS",
|
||||
};
|
||||
|
||||
struct wlr_xwm {
|
||||
|
Loading…
Reference in New Issue
Block a user