wayland: update backbuffer on enddraw
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
aad8d1b536
commit
2a7327f27a
1 changed files with 1 additions and 0 deletions
|
|
@ -1889,6 +1889,7 @@ static void MwLLEndDrawImpl(MwLL handle) {
|
|||
if(handle->wayland.configured) {
|
||||
update_buffer(&handle->wayland.framebuffer);
|
||||
if(handle->wayland.type == MWLL_WAYLAND_TOPLEVEL) {
|
||||
update_buffer(&handle->wayland.backbuffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue