fix for -O3
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-20 15:51:51 +09:00
commit 4423c318e8
6 changed files with 6 additions and 19 deletions

View file

@ -434,7 +434,7 @@ struct _MwLLWayland {
}* wl_protocol_map;
MwBool has_decorations;
char title[255];
char title[256];
struct xkb_context* xkb_context;
struct xkb_keymap* xkb_keymap;