revive nextevent

This commit is contained in:
IoIxD 2025-12-05 19:27:49 -07:00
commit 620b6c7fc3

View file

@ -790,7 +790,12 @@ static int MwLLPendingImpl(MwLL handle) {
}
static void MwLLNextEventImpl(MwLL handle) {
// MwBool render = handle->wayland.force_redraw;
MwBool render = handle->wayland.force_redraw;
if(render) {
MwLLDispatch(handle, draw, NULL);
handle->wayland.force_redraw = MwFALSE;
}
}
static void MwLLSetTitleImpl(MwLL handle, const char* title) {