From b586bc2dbec6495e65ef1a34045f6d66a7112d9d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Apr 2017 18:56:03 +0200 Subject: player: fix core-idle and eof-reached update notifcations Make mpv_observe_property() work correctly on them even with --keep-open-pause=no. This also changes the situations in which the screensaver is enabled/disabled subtly. --- player/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index 27a4d39913..75ac687332 100644 --- a/player/command.h +++ b/player/command.h @@ -56,6 +56,7 @@ enum { MP_EVENT_WIN_RESIZE, MP_EVENT_WIN_STATE, MP_EVENT_CHANGE_PLAYLIST, + MP_EVENT_CORE_IDLE, }; bool mp_hook_test_completion(struct MPContext *mpctx, char *type); -- cgit v1.2.3