aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland/xwm.h
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2021-02-04 08:33:08 -0500
committerSimon Ser <contact@emersion.fr>2021-02-05 10:04:20 +0100
commit79be26ff1f7da3be4548b000cb93f6f8e4a61242 (patch)
tree605c53e55f8b180e3a3ced11bad47bace4cfb6ac /include/xwayland/xwm.h
parentb86eea0897792d569115eb7e946719869346d0d3 (diff)
xwayland/xwm: make atom_map const
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r--include/xwayland/xwm.h2
1 files changed, 1 insertions, 1 deletions
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;