diff --git a/modules/gui/skins2/src/vout_manager.hpp b/modules/gui/skins2/src/vout_manager.hpp index 643af52cd8d9..3aa4eb1edd01 100644 --- a/modules/gui/skins2/src/vout_manager.hpp +++ b/modules/gui/skins2/src/vout_manager.hpp @@ -44,7 +44,7 @@ class SavedWnd { public: SavedWnd( vout_window_t* pWnd, VoutWindow* pVoutWindow = NULL, - CtrlVideo* pCtrlVideo = NULL, int height = 0, int width = 0 ) + CtrlVideo* pCtrlVideo = NULL, int height = -1, int width = -1 ) : pWnd( pWnd ), pVoutWindow( pVoutWindow ), pCtrlVideo( pCtrlVideo ), height( height ), width( width ) { } ~SavedWnd() { }