[vlc-devel] commit: Fix #if WIN32_TRICK to be an #ifdef ( Loïc Minier )
git version control
git at videolan.org
Fri Aug 22 23:46:59 CEST 2008
vlc | branch: master | Loïc Minier <lool at dooz.org> | Fri Aug 22 23:49:36 2008 +0200| [e40db6d8bb73674eeda0823ea96f4822fa55c91b] | committer: Loïc Minier
Fix #if WIN32_TRICK to be an #ifdef
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e40db6d8bb73674eeda0823ea96f4822fa55c91b
---
modules/gui/qt4/components/interface_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 51c26f6..1bf430a 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -1130,7 +1130,7 @@ void FullscreenControllerWidget::customEvent( QEvent *event )
b_fs = b_fullscreen;
vlc_mutex_unlock( &lock );
if( b_fs )
-#if WIN32TRICK
+#ifdef WIN32TRICK
if( b_fscHidden )
#else
if( isHidden() )
More information about the vlc-devel
mailing list