From 79be26ff1f7da3be4548b000cb93f6f8e4a61242 Mon Sep 17 00:00:00 2001 From: Manuel Stoeckl Date: Thu, 4 Feb 2021 08:33:08 -0500 Subject: xwayland/xwm: make atom_map const --- include/xwayland/xwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xwayland/xwm.h') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index d12eb681..24549644 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -86,7 +86,7 @@ enum atom_name { ATOM_LAST // keep last }; -extern const char *atom_map[ATOM_LAST]; +extern const char *const atom_map[ATOM_LAST]; struct wlr_xwm { struct wlr_xwayland *xwayland; -- cgit v1.2.3