This commit is contained in:
parent
fa9ad8b984
commit
aa6d1f43d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue