diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xwayland/xwm.h | 2 |
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; |