This commit is contained in:
NishiOwO
2025-12-23 22:11:22 +09:00
parent 9ea54b4f88
commit c8e7f58230

View File

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