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_x11.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/vo_x11.c') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index 01928b7e0e..b06a231e5a 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -449,5 +449,7 @@ const struct vo_driver video_out_x11 = { .control = control, .draw_image = draw_image, .flip_page = flip_page, + .wakeup = vo_x11_wakeup, + .wait_events = vo_x11_wait_events, .uninit = uninit, }; -- cgit v1.2.3