summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/cocoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/cocoa.c')
-rw-r--r--video/out/opengl/cocoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/cocoa.c b/video/out/opengl/cocoa.c
index 50b149b6bc..7d367e99b4 100644
--- a/video/out/opengl/cocoa.c
+++ b/video/out/opengl/cocoa.c
@@ -150,7 +150,7 @@ static int cocoa_init(MPGLContext *ctx, int vo_flags)
return 0;
}
-static int cocoa_reconfig(struct MPGLContext *ctx, int flags)
+static int cocoa_reconfig(struct MPGLContext *ctx)
{
vo_cocoa_config_window(ctx->vo);
return 0;