This commit is contained in:
NishiOwO
2026-01-15 05:16:14 +09:00
parent 32f09a9af2
commit 85994d42f1
6 changed files with 104 additions and 74 deletions

View File

@@ -101,6 +101,9 @@ struct _MwWidget {
MwWidget* tick_list;
int destroyed;
void* root_font;
void* root_boldfont;
};
#endif