wayland: accidentally removed event_loop call from MwLLNextEventImpl

This commit is contained in:
IoIxD 2025-12-30 22:44:04 -07:00
commit f32f6cefc0

View file

@ -1468,6 +1468,9 @@ static int MwLLPendingImpl(MwLL handle) {
}
static void MwLLNextEventImpl(MwLL handle) {
if(!handle->wayland.always_render) {
event_loop(handle);
}
if(handle->wayland.events_pending) {
handle->wayland.events_pending = 0;
}