Commit 6c5e0858 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: further improvement to updateWindow in order to include also the non-embedded window

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 08973b65
......@@ -1079,12 +1079,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
//FIXME! b_chapters = p_input->stream.i_area_nb > 1;
if (cachedInputState == PLAYING_S || b_buffering == YES)
{
if( b_fullscreen && o_fullscreen_window != nil )
[o_fullscreen_window makeKeyAndOrderFront: nil];
else
[self makeKeyAndOrderFront: nil];
}
[[o_video_view window] makeKeyAndOrderFront: nil];
vlc_object_release( p_input );
}
......
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