summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/w32_common.c')
-rw-r--r--video/out/w32_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/w32_common.c b/video/out/w32_common.c
index f59c3cc259..ed23727754 100644
--- a/video/out/w32_common.c
+++ b/video/out/w32_common.c
@@ -501,7 +501,7 @@ static bool handle_char(struct vo_w32_state *w32, wchar_t wc)
static void signal_events(struct vo_w32_state *w32, int events)
{
w32->event_flags |= events;
- mp_input_wakeup(w32->input_ctx);
+ vo_wakeup(w32->vo);
}
static void wakeup_gui_thread(void *ctx)