vlc/vlc-2.0 | branch: master | David Fuhrmann <[email protected]> | Sun Jan 29 20:31:02 2012 +0100| [67394cf1dd995e1b10b199ee5c5cda70bdb6743a] | committer: Jean-Baptiste Kempf
macosx: unblackout other screens on lion as well, when leaving full screen Signed-off-by: Felix Paul Kühne <[email protected]> (cherry picked from commit 9592e9cfd44b727011d8f6d88bcd7c27b0b36ff8) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=67394cf1dd995e1b10b199ee5c5cda70bdb6743a --- 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 17ffef8..8ff6b2d 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) { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
