vlc | branch: master | David Fuhrmann <[email protected]> | 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 <[email protected]> > 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) { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
