Commit 67394cf1 authored by David Fuhrmann's avatar David Fuhrmann Committed by Jean-Baptiste Kempf

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

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 9592e9cf)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c6775ab9
......@@ -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