summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index fc57dd1937..4e5e5c3a2b 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -49,7 +49,8 @@
- (BOOL) resignFirstResponder;
//window & rendering
-- (void) initView;
+- (id) preinit;
+- (id) config;
- (void) prepareOpenGL;
- (void) render;
- (void) reshape;