wayland: gl improvements
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-23 19:30:21 -07:00
commit 5e823b5a25
2 changed files with 3 additions and 4 deletions

View file

@ -168,11 +168,10 @@ static int create(MwWidget handle) {
waylandopengl_t* o = r = malloc(sizeof(*o));
MwLL topmost_parent = handle->lowlevel->wayland.parent;
handle->lowlevel->wayland.always_render = MwTRUE;
topmost_parent->wayland.always_render = MwTRUE;
while(topmost_parent->wayland.parent != NULL) {
topmost_parent = topmost_parent->wayland.parent;
topmost_parent->wayland.always_render = MwTRUE;
topmost_parent = topmost_parent->wayland.parent;
}
display =