This commit is contained in:
Nishi 2026-04-29 15:14:38 +09:00
commit 150581e716
6 changed files with 29 additions and 13 deletions

View file

@ -141,7 +141,7 @@ struct _MwLLHaiku {
MwApplication* app;
MwView* view;
thread_id app_thread;
int force_render;
int force_render;
MwLLHaikuEvent* events;
};