From fde784129f4b94b6fa8b2293127c41dc140b7d3a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Jul 2016 20:52:08 +0200 Subject: x11: stop using vo.event_fd Instead let it do its own event loop wakeup handling. --- video/out/vo_vdpau.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/vo_vdpau.c') diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c index 6dd31e9082..2a0566f6ef 100644 --- a/video/out/vo_vdpau.c +++ b/video/out/vo_vdpau.c @@ -1139,6 +1139,8 @@ const struct vo_driver video_out_vdpau = { .control = control, .draw_frame = draw_frame, .flip_page = flip_page, + .wakeup = vo_x11_wakeup, + .wait_events = vo_x11_wait_events, .uninit = uninit, .priv_size = sizeof(struct vdpctx), .options = (const struct m_option []){ -- cgit v1.2.3