[MPlayer-cvslog] r33376 - in trunk/gui: cfg.c interface.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu May 5 18:33:48 CEST 2011
On Thu, May 05, 2011 at 01:56:34PM +0200, ib wrote:
> // NOTE TO MYSELF: Before calling guiInit(), MPlayer calls GUI functions
> -// cfg_read() and import_initial_playtree_into_gui(). Only
> -// after guiInit() has been called successfully, guiDone()
> -// (and thus guiExit()) will be executed by MPlayer on exit.
> -// In other words, any MPlayer's exit between cfg_read() and
> -// guiInit() will not execute guiDone().
> -// With this function it is at least possible to handle
> -// GUI's own abortions during (and before) guiInit().
> +// cfg_read() and import_initial_playtree_into_gui(). Only
> +// after guiInit() has been called successfully, guiDone()
> +// (and thus guiExit()) will be executed by MPlayer on exit.
> +// In other words, any MPlayer's exit between cfg_read() and
> +// guiInit() will not execute guiDone().
> +// With this function it is at least possible to handle
> +// GUI's own abortions during (and before) guiInit().
I think this is a really horribly way to write this, what's the
point of having all that black space to the left.
If uncrustify doesn't get it but the "NOTE TO MYSELF" on a separate line.
More information about the MPlayer-cvslog
mailing list