mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland/xwm: make atom_map const
This commit is contained in:
parent
b86eea0897
commit
79be26ff1f
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue