everything gets drawn

This commit is contained in:
IoIxD 2025-12-05 19:18:11 -07:00
commit ba6466a642
3 changed files with 28 additions and 26 deletions

View file

@ -79,6 +79,8 @@ struct _MwLLWayland {
struct wl_shm* shm;
struct wl_registry_listener registry_listener;
MwLL* subwidgets;
MwBool configured;
MwBool force_redraw;
MwBool egl_setup;