Commit d805d20d authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: make [VLCControls getVoutView] publically available as it is used more...

macosx: make [VLCControls getVoutView] publically available as it is used more than 15 times across the interface (VLCIntf, FSPanel, Vout, EmbeddedVout, ...)
parent 867e2a26
......@@ -56,6 +56,8 @@
}
- (void)controlTintChanged;
- (id)getVoutView;
- (IBAction)play:(id)sender;
- (IBAction)stop:(id)sender;
- (IBAction)faster:(id)sender;
......
......@@ -158,9 +158,9 @@
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment