summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-01 22:25:12 +0200
committerwm4 <wm4@nowhere>2015-10-01 22:42:25 +0200
commitf4d62da8f028bb2359a9a4c6792690cfa5bc8930 (patch)
tree458a2be844057c4d87055089d36a640b28cfa595 /video/out/cocoa_common.h
parentae7212963ee55c11cf025beccf86c55c1d898128 (diff)
downloadmpv-f4d62da8f028bb2359a9a4c6792690cfa5bc8930.tar.bz2
mpv-f4d62da8f028bb2359a9a4c6792690cfa5bc8930.tar.xz
vo_opengl: cocoa: switch to new internal API
Diffstat (limited to 'video/out/cocoa_common.h')
-rw-r--r--video/out/cocoa_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/cocoa_common.h b/video/out/cocoa_common.h
index 0427fc9de5..e7e1949541 100644
--- a/video/out/cocoa_common.h
+++ b/video/out/cocoa_common.h
@@ -27,10 +27,10 @@
struct vo;
struct vo_cocoa_state;
-int vo_cocoa_init(struct vo *vo);
+void vo_cocoa_init(struct vo *vo);
void vo_cocoa_uninit(struct vo *vo);
-int vo_cocoa_config_window(struct vo *vo, uint32_t flags);
+int vo_cocoa_config_window(struct vo *vo);
int vo_cocoa_control(struct vo *vo, int *events, int request, void *arg);