[vlc-devel] commit: Win32 Vout: Try to fix the display of the MI on exit of movie in FS mode. ( Jean-Baptiste Kempf )
xxcv
xxcv07 at gmail.com
Mon Sep 29 08:37:55 CEST 2008
> +#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
>
This doesn't work either please revert.
More information about the vlc-devel
mailing list