diff libvo/vo_corevideo.h @ 36267:f51965824a2b

Fix missing selector name warnings Rename config method to follow convention of Objective-C. Patch by Jiang Jiang, gzjjgod gmail com.
author upsuper
date Tue, 16 Jul 2013 01:33:46 +0000
parents 8848682f4035
children 4df68a2d918b
line wrap: on
line diff
--- a/libvo/vo_corevideo.h	Sun Jul 14 18:31:15 2013 +0000
+++ b/libvo/vo_corevideo.h	Tue Jul 16 01:33:46 2013 +0000
@@ -56,7 +56,7 @@
 
 //window & rendering
 - (void) preinit;
-- (void) config:(uint32_t)width:(uint32_t)height:(uint32_t)flags;
+- (void) configWidth: (uint32_t) width height: (uint32_t) height flags: (uint32_t)flags;
 - (void) prepareOpenGL;
 - (void) render;
 - (void) reshape;