Commit 77815a60 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Interface doesn't have to go around Vout bugs.

parent 7f7e8bb8
......@@ -1440,17 +1440,6 @@ void FullscreenControllerWidget::fullscreenChanged( vout_thread_t *p_vout,
/* Force fs hidding */
IMEvent *eHide = new IMEvent( FullscreenControlHide_Type, 0 );
QApplication::postEvent( this, static_cast<QEvent *>(eHide) );
#ifdef WIN32
/* This is a big, a huge HACK around the windows Video Output,
Since the Vout fusion the Vout Windows, with the main windows
(very nice indeed for Alt-Tab), at the end of the film, when Vout quits
fullscreen, MI isn't properly put in the good state again...
(hidden still)...
Of course this is not good, but we will have to live with it temporarly
*/
p_intf->p_sys->p_mi->hide();
p_intf->p_sys->p_mi->show();
#endif
}
vlc_mutex_unlock( &lock );
}
......
......@@ -213,7 +213,7 @@ vlc_module_begin();
set_callbacks( OpenDialogs, Close );
#if 0
#ifdef WIN32
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment