summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-15 14:48:33 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-15 14:48:33 +0000
commitdbf0e226d2af41958f4e37a67642c66fad37d2e0 (patch)
tree5040c3071654b319133dba509c764d746720000e /libvo/vo_macosx.h
parent941f85c65220a5090575ce5a28d6a077c77932ba (diff)
downloadmpv-dbf0e226d2af41958f4e37a67642c66fad37d2e0.tar.bz2
mpv-dbf0e226d2af41958f4e37a67642c66fad37d2e0.tar.xz
do not realloc window while playing playlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15727 b3059339-0415-0410-9bf9-f77b7e298cf2
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;