Skip to content

event-loop: optimize timer check logic

Yang Wang requested to merge wangyang7902/wayland:refine-event-loop-timer into main

the 'has_timers' flag can be returned directly without having to track all the ready events when a timer is found ready.

Signed-off-by: Yang Wang KevinYang.Wang@amd.com

Merge request reports