summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 3a193c38e8..70f682263e 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -755,7 +755,7 @@ static void *vo_thread(void *ptr)
return NULL;
update_display_fps(vo);
- vo_event(vo, VO_WIN_STATE_MINIMIZED);
+ vo_event(vo, VO_EVENT_WIN_STATE);
while (1) {
mp_dispatch_queue_process(vo->in->dispatch, 0);