From 315638ba3f16fe88a2a3b4fa9e698b1735adf7d6 Mon Sep 17 00:00:00 2001 From: nishi Date: Sun, 19 Apr 2026 19:31:35 -0500 Subject: [PATCH] Update src/core.c --- src/core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core.c b/src/core.c index baa11ae..4ceca69 100644 --- a/src/core.c +++ b/src/core.c @@ -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;