Update src/core.c

This commit is contained in:
Nishi 2026-04-19 19:31:35 -05:00
commit 315638ba3f

View file

@ -209,6 +209,9 @@ static MwWidget MwCreateWidget_Internal(MwClass widget_class, const char* name,
h->bgcolor = NULL;
h->berserk = 0;
h->internal = NULL;
h->opaque = NULL;
h->top_step = 0;
h->draw_queue = NULL;