aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index 869eb303..7ff87ea0 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -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 {