summaryrefslogtreecommitdiffstats
path: root/video/out/gl_cocoa.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-07 21:34:05 +0200
committerwm4 <wm4@nowhere>2014-05-07 21:34:05 +0200
commitca343d82a6a1deffb09caf9974769c5b27130d0d (patch)
tree27d21c20816b18a69e36167164c7a578266eb115 /video/out/gl_cocoa.c
parentb9474ab87555bbbdfc05d33da342801d4ff76fa7 (diff)
downloadmpv-ca343d82a6a1deffb09caf9974769c5b27130d0d.tar.bz2
mpv-ca343d82a6a1deffb09caf9974769c5b27130d0d.tar.xz
video/out: remove unused config() parameters
This was cleaned up yesterday.
Diffstat (limited to 'video/out/gl_cocoa.c')
-rw-r--r--video/out/gl_cocoa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/gl_cocoa.c b/video/out/gl_cocoa.c
index 91d783df9e..77f416135f 100644
--- a/video/out/gl_cocoa.c
+++ b/video/out/gl_cocoa.c
@@ -29,8 +29,7 @@ static void gl_clear(void *ctx)
gl->Clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
}
-static bool config_window_cocoa(struct MPGLContext *ctx, uint32_t d_width,
- uint32_t d_height, uint32_t flags)
+static bool config_window_cocoa(struct MPGLContext *ctx, int flags)
{
int rv = vo_cocoa_config_window(ctx->vo, flags,
ctx->requested_gl_version >= MPGL_VER(3, 0));