Commit 9592e9cf authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: unblackout other screens on lion as well, when leaving full screen

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 4a869d39
......@@ -1514,8 +1514,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_fullscreen_btn setState: NO];
/* We always try to do so */
if (!(OSX_LION || !b_nativeFullscreenMode))
[NSScreen unblackoutScreens];
[NSScreen unblackoutScreens];
vout_thread_t *p_vout = getVout();
if (p_vout)
{
......
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