Commit e40db6d8 authored by Loïc Minier's avatar Loïc Minier

Fix #if WIN32_TRICK to be an #ifdef

parent 151e00e3
...@@ -1130,7 +1130,7 @@ void FullscreenControllerWidget::customEvent( QEvent *event ) ...@@ -1130,7 +1130,7 @@ void FullscreenControllerWidget::customEvent( QEvent *event )
b_fs = b_fullscreen; b_fs = b_fullscreen;
vlc_mutex_unlock( &lock ); vlc_mutex_unlock( &lock );
if( b_fs ) if( b_fs )
#if WIN32TRICK #ifdef WIN32TRICK
if( b_fscHidden ) if( b_fscHidden )
#else #else
if( isHidden() ) if( isHidden() )
......
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