mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-14 05:13:31 +00:00
wayland: accidentally removed event_loop call from MwLLNextEventImpl
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user