This commit is contained in:
NishiOwO
2025-12-23 22:08:49 +09:00
parent a23016bc05
commit 55f82e4fbc

View File

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