summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa_common.h')
-rw-r--r--video/out/cocoa_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa_common.h b/video/out/cocoa_common.h
index e2bed88d08..5b440384fe 100644
--- a/video/out/cocoa_common.h
+++ b/video/out/cocoa_common.h
@@ -27,7 +27,7 @@ struct vo_cocoa_state;
int vo_cocoa_init(struct vo *vo);
void vo_cocoa_uninit(struct vo *vo);
-int vo_cocoa_config_window(struct vo *vo, uint32_t flags, void *gl_ctx);
+int vo_cocoa_config_window(struct vo *vo, uint32_t flags);
void vo_cocoa_set_current_context(struct vo *vo, bool current);
bool vo_cocoa_start_frame(struct vo *vo);