From 718cc27f34bd0bbaa155cb61e11179dba31cbd33 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Mar 2016 22:11:31 +0100 Subject: x11: move vo->input_ctx accesses to x11->input_ctx Reduces VO access and makes the code more self-contained. (One day the windowing backend code should not access the VO anymore. We're just not quite there yet.) --- video/out/x11_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 4b122e8535..812c309afe 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -43,6 +43,7 @@ struct xrandr_display { struct vo_x11_state { struct mp_log *log; + struct input_ctx *input_ctx; Display *display; Window window; Window rootwin; -- cgit v1.2.3