add RESIZE_ON_TICK and fix CMake
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-07-05 05:23:46 +09:00
commit 541499f43c
3 changed files with 53 additions and 9 deletions

View file

@ -115,6 +115,7 @@ struct _MwWidget {
int top_step;
MwWidget* draw_queue;
MwWidget* resize_queue;
int berserk;
long last_tick;