From c8268701d9a4c5ff38b48f0e6b689f6dade4de42 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 17:51:20 +0100 Subject: video/out: pass along global context Will be needed for other parts (especially in gl_lcms.c). --- video/out/vo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index e2881155df..2d3e507213 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -247,6 +247,7 @@ struct vo { const struct vo_driver *driver; void *priv; struct mp_vo_opts *opts; + struct mpv_global *global; struct vo_x11_state *x11; struct vo_w32_state *w32; struct vo_cocoa_state *cocoa; -- cgit v1.2.3