From aa6d1f43d3e37d16b6c0ee676118542dccf8eeb0 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 25 Mar 2026 17:06:44 +0900 Subject: [PATCH] fix --- src/widget/vulkan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/vulkan.c b/src/widget/vulkan.c index e2dfa4c..92f3192 100644 --- a/src/widget/vulkan.c +++ b/src/widget/vulkan.c @@ -231,7 +231,7 @@ static MwErrorEnum vulkan_instance_setup(MwWidget handle, vulkan_t* o) { arrput(enabledExtensions, VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME); /* take this opprutunity to set the widget to always render */ - handle->lowlevel->wayland.always_render = MwTRUE; + MwWaylandAlwaysRender = MwTRUE; while(topmost_parent->wayland.parent != NULL) { topmost_parent = topmost_parent->wayland.parent;