]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
macosx: Don't name 'Real' the functions that applies to those executed on MainThread.
[vlc] / modules / gui / macosx / vout.h
index 38c3025f91c0584659af4d671a8c3e0c5a8c9c3c..66f0a7272376d292b029871192760de6006f0db2 100644 (file)
 
 - (id) initWithVout: (vout_thread_t *) p_vout view: (VLCVoutView *) view
                      frame: (NSRect *) s_frame;
-- (id)initReal: (id) sender;
+- (id)initMainThread: (id) sender;
 - (void)close;
 - (void)closeWindow;
-- (id)closeReal: (id) sender;
+- (id)closeMainThread: (id) sender;
 - (id)getVoutView;
 
 - (BOOL)windowShouldClose:(id)sender;