This commit is contained in:
Nishi 2025-12-23 22:08:49 +09:00
commit 55f82e4fbc
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -108,6 +108,7 @@ struct _MwMenu {
int keep;
MwWidget wsub;
MwMenu* sub;
void* user;
};
struct _MwEntry {