wayland: update backbuffer on enddraw
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-24 19:42:34 -07:00
commit 2a7327f27a

View file

@ -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);
}
}
}