This commit is contained in:
Nishi 2026-01-15 05:16:14 +09:00
commit 85994d42f1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
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