[vlc-devel] [PATCH] Ticket #2234: Add an option to pause the playback on minimizing the window

Jean-Baptiste Kempf jb at videolan.org
Thu Dec 23 14:26:22 CET 2010


Hello,

On Thu, Dec 23, 2010 at 02:19:13PM +0100, Jakub Wieczorek wrote :
> +    b_playing = false;
No

> +void MainInterface::statusChanged( int i_status )
> +{
> +    b_playing = i_status == PLAYING_S;
> +
No

This should be merged with void inputPlaying( bool ); from
components/controller.hpp and merged into the input_manager.hpp, as the
comments says.

Maybe a separate preliminatory patch.

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/
+33 672 704 734



More information about the vlc-devel mailing list