diff libvo/osx_objc_common.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 967b0f13715c
children
line wrap: on
line diff
--- a/libvo/osx_objc_common.h	Sun Jul 14 18:31:15 2013 +0000
+++ b/libvo/osx_objc_common.h	Tue Jul 16 01:33:46 2013 +0000
@@ -62,7 +62,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) drawRect: (NSRect *) bounds;
 - (void) reshape;