mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
player: handle hotplug events in idle mode too
This commit is contained in:
parent
15d8cf7fa2
commit
d8e92322fa
@ -1049,6 +1049,7 @@ void mp_idle(struct MPContext *mpctx)
|
||||
mp_wait_events(mpctx, mpctx->sleeptime);
|
||||
mpctx->sleeptime = 100.0;
|
||||
mp_process_input(mpctx);
|
||||
handle_command_updates(mpctx);
|
||||
handle_cursor_autohide(mpctx);
|
||||
handle_vo_events(mpctx);
|
||||
update_osd_msg(mpctx);
|
||||
|
Loading…
Reference in New Issue
Block a user