<p><br>
Le 22 janv. 2012 18:11, "David Fuhrmann" <<a href="mailto:david.fuhrmann@googlemail.com">david.fuhrmann@googlemail.com</a>> a écrit :<br>
><br>
> ---<br>
>  modules/gui/macosx/MainWindow.m |    2 +-<br>
>  1 files changed, 1 insertions(+), 1 deletions(-)<br>
><br>
> diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m<br>
> index 674e615..b6507dc 100644<br>
> --- a/modules/gui/macosx/MainWindow.m<br>
> +++ b/modules/gui/macosx/MainWindow.m<br>
> @@ -1515,7 +1515,7 @@ static VLCMainWindow *_o_sharedInstance = nil;<br>
>     [o_fullscreen_btn setState: NO];<br>
><br>
>     /* We always try to do so */<br>
> -    if (!(OSX_LION || !b_nativeFullscreenMode))<br>
> +    if ( !b_nativeFullscreenMode )</p>
<p>You should remove the !</p>
<p>>         [NSScreen unblackoutScreens];<br>
>     vout_thread_t *p_vout = getVout();<br>
>     if (p_vout)<br>
> --<br>
> 1.7.5.4<br>
><br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</p>