From b94619724327e555a348e2cdcd4c6d2ccde8f8b1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 13 Sep 2012 09:32:59 +0200 Subject: cocoa_common: save state in the vo struct Save the cocoa state in an instance variable for the Objective-C part of the code and use a field in the vo struct for the raw C part of the code. --- libvo/video_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index 5ab5f96301..a36c56aa90 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -249,6 +249,7 @@ struct vo { struct MPOpts *opts; struct vo_x11_state *x11; struct vo_w32_state *w32; + struct vo_cocoa_state *cocoa; struct mp_fifo *key_fifo; struct encode_lavc_context *encode_lavc_ctx; struct input_ctx *input_ctx; -- cgit v1.2.3