X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Finterface_widgets.hpp;h=30613f0443580f9e4ce77457ebc4e72ee3d0477a;hb=bc83685c2acc7181e7f49bc9b4c2ec17655c789c;hp=3c0a880d7818a3e2a185af8dcb83af19f30bf83e;hpb=35824733e305214dfada18dd6362cfa02a86dcd3;p=vlc diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp index 3c0a880d78..30613f0443 100644 --- a/modules/gui/qt4/components/interface_widgets.hpp +++ b/modules/gui/qt4/components/interface_widgets.hpp @@ -247,7 +247,7 @@ public: /* */ void attachVout( vout_thread_t *p_vout ); - void detachVout( vout_thread_t *p_vout ); + void detachVout(); void fullscreenChanged( vout_thread_t *, bool b_fs, int i_timeout ); protected: @@ -288,6 +288,8 @@ private: virtual void customEvent( QEvent *event ); + vout_thread_t *p_vout; + /* Shared variable between FSC and VLC (protected by a lock) */ vlc_mutex_t lock; bool b_fullscreen;