]> git.sesse.net Git - vlc/commitdiff
Qt: fix an uninitialised value issue
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Jun 2011 19:44:26 +0000 (21:44 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Jun 2011 22:18:25 +0000 (00:18 +0200)
modules/gui/qt4/main_interface.cpp

index b88f58680170894a9a8d879597f7034f89e82fdf..f744dee771286eba56cf2ef624a775163a02aefd 100644 (file)
@@ -87,6 +87,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     b_hideAfterCreation  = false; // --qt-start-minimized
     playlistVisible      = false;
     input_name           = "";
+    b_interfaceFullScreen= false;
 
 
     /* Ask for Privacy */