wayland: fix several examples

This commit is contained in:
IoI_xD 2026-03-17 20:39:37 -07:00
commit eb0919333a

View file

@ -1616,7 +1616,7 @@ static int MwLLPendingImpl(MwLL handle) {
return 0;
}
if(handle->wayland.force_render) {
// event_loop(handle);
MwLLDispatch(handle, draw, NULL);
// handle->wayland.force_render = 0;
// update_buffer(&handle->wayland.framebuffer);
return 1;