wayland: gl improvements
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
b9933b70e2
commit
5e823b5a25
2 changed files with 3 additions and 4 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue