]> git.sesse.net Git - vlc/commitdiff
macosx: make [VLCControls getVoutView] publically available as it is used more than...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Sep 2008 14:31:36 +0000 (16:31 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Sep 2008 14:31:36 +0000 (16:31 +0200)
modules/gui/macosx/controls.h
modules/gui/macosx/controls.m

index 8934ee17bf7058124ef880de186ad9ffe44e1e24..9161a2ac26d175b7f67a19d4fba5bd68d5cca9c0 100644 (file)
@@ -56,6 +56,8 @@
 }
 - (void)controlTintChanged;
 
+- (id)getVoutView;
+
 - (IBAction)play:(id)sender;
 - (IBAction)stop:(id)sender;
 - (IBAction)faster:(id)sender;
index 18f25ff6d53384848eb156814d3efd866b209b71..b6ccf0a26d6c196ff646e408e59cee51be5110e0 100644 (file)
     var_SetInteger( p_intf->p_libvlc, "key-action", ACTIONID_PLAY_PAUSE );
 }
 
-/* Small helper method (Private) */
+/* FIXME: I want to be Private */
 
-- (id)_voutView
+- (id)getVoutView
 {
     id window;
     id voutView = nil;