[vlc-commits] macosx: unblackout other screens on lion as well, when leaving full screen

David Fuhrmann git at videolan.org
Sun Jan 29 20:36:48 CET 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Jan 29 20:31:02 2012 +0100| [9592e9cfd44b727011d8f6d88bcd7c27b0b36ff8] | committer: Felix Paul Kühne

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

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9592e9cfd44b727011d8f6d88bcd7c27b0b36ff8
---

 modules/gui/macosx/MainWindow.m |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 4019e51..9b189e0 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -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)
     {



More information about the vlc-commits mailing list