]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
macosx: renamed getVoutView to voutView in order to make it conform to the cocoa...
[vlc] / modules / gui / macosx / vout.h
index 314fba02de4bcdeafc22c5d3529c96cbf7000226..3a35d119f68e035b04e088f29e0174af25202e4d 100644 (file)
@@ -72,8 +72,8 @@
 - (void)snapshot;
 - (id)getWindow;
 
-+ (id)getVoutView: (vout_thread_t *)p_vout subView: (NSView *) view
-            frame: (NSRect *) s_frame;
++ (id)voutView: (vout_thread_t *)p_vout subView: (NSView *) view
+         frame: (NSRect *) s_frame;
 + (vout_thread_t *)getRealVout: (vout_thread_t *)p_vout;
 
 - (void)enterFullscreen;
 - (id)initMainThread: (id) sender;
 - (void)leaveFullscreen;
 - (void)enterFullscreen;
-- (id)getVoutView;
+- (id)voutView;
 @end