[MPlayer-cvslog] r33353 - in trunk/gui: app.c app.h interface.c

Clément Bœsch ubitux at gmail.com
Tue May 3 17:06:20 CEST 2011


On Tue, May 03, 2011 at 04:44:18PM +0200, Ingo Brückl wrote:
> Clément Boesch wrote on Tue, 3 May 2011 15:48:34 +0200:
> 
> >> -guiItems appMPlayer;
> >> +guiItems appMPlayer = {
> >> +    { 0 }, { 0 }, 0,
> >> +    { 0 }, { 0 },
> >> +    { 0 }, { 0 }, 0,
> >> +    { 0 }, { 0 }, { 0 }, 0,
> >> +    -1,    { 0 },
> >> +    -1,    { 0 },
> >> +    -1,    { 0 }
> >> +};
> >>
> 
> > Nice ascii art :-)
> 
> Thanks. :-)
> 
> > Maybe you could specify the fields?
> 
> That way? However, it is in app.h anyway...
> 

nop, like this:

     guiItems appMPlayer = {
         .IndexOfMainItems = -1,
         .IndexOfBarItems  = -1,
         .IndexOfMenuItems = -1,
     }

Sorry, this will break your ascii art :p

-- 
Clément B.


More information about the MPlayer-cvslog mailing list