]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/vlcproc.cpp
* all: added an attribute "autoresize" to the Video control.
[vlc] / modules / gui / skins2 / src / vlcproc.cpp
index d73f0f6eebc8e19033207d588c23f08683b6d79b..16bdd036c0e03958da2afc1f31d79b5abb497c61 100644 (file)
@@ -62,7 +62,7 @@ void VlcProc::destroy( intf_thread_t *pIntf )
 
 
 VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ), m_pVout( NULL ),
-    m_cmdManage( this )
+    m_cmdManage( this ), m_varVoutSize( pIntf )
 {
     // Create a timer to poll the status of the vlc
     OSFactory *pOsFactory = OSFactory::instance( pIntf );