[vlc-devel] commit: Fix win32 compiling (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Aug 24 09:22:26 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 24 00:25:42 2008 -0700| [a607f3213d71303218a0daafd3bd26ed63d9230a] | committer: Jean-Baptiste Kempf 

Fix win32 compiling

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a607f3213d71303218a0daafd3bd26ed63d9230a
---

 modules/gui/qt4/main_interface.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 93f0f28..e04b5b6 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -382,7 +382,7 @@ void MainInterface::handleMainUi( QSettings *settings )
              this, doComponentsUpdate() );
 
 #ifdef WIN32
-    if ( depth > 8 )
+    if ( depth() > 8 )
 #endif
     /* Create the FULLSCREEN CONTROLS Widget */
     if( config_GetInt( p_intf, "qt-fs-controller" ) )




More information about the vlc-devel mailing list