]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.hpp
Fixed fullscreen on exit (the embedded video can live longer than QT
[vlc] / modules / gui / qt4 / components / interface_widgets.hpp
index 3c0a880d7818a3e2a185af8dcb83af19f30bf83e..30613f0443580f9e4ce77457ebc4e72ee3d0477a 100644 (file)
@@ -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;