Commit a607f321 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix win32 compiling

parent 9df6f8aa
......@@ -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" ) )
......
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