wayland: accidentally removed event_loop call from MwLLNextEventImpl
This commit is contained in:
parent
f3683dece3
commit
f32f6cefc0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue