better rendering

This commit is contained in:
Nishi 2026-04-07 22:42:19 +09:00
commit 1531f89ef0
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 99 additions and 7 deletions

View file

@ -107,6 +107,9 @@ struct _MwWidget {
void* root_monofont;
void* root_boldmonofont;
int top_step;
MwWidget* draw_queue;
int berserk;
};
#endif