[MPlayer-cvslog] r19856 - in trunk: cfg-mplayer.h input/input.c input/input.h libvo/x11_common.c mplayer.c

Oded Shimon ods15 at ods15.dyndns.org
Sat Sep 16 19:05:30 CEST 2006


On Sat, Sep 16, 2006 at 05:37:37PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Saturday, 16 September 2006 at 17:13, nicodvb wrote:
> [...] 
> > Modified: trunk/cfg-mplayer.h
> > ==============================================================================
> > --- trunk/cfg-mplayer.h	(original)
> > +++ trunk/cfg-mplayer.h	Sat Sep 16 17:13:41 2006
> > @@ -101,6 +101,7 @@
> >  extern int readPPOpt(void *conf, char *arg);
> >  extern void revertPPOpt(void *conf, char* opt);
> >  extern char* pp_help;
> > +extern int enable_mouse_movements;
> >  
> >  m_option_t vd_conf[]={
> >  	{"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
> > @@ -366,6 +367,8 @@
> >  	{"key-fifo-size", &key_fifo_size, CONF_TYPE_INT, CONF_RANGE, 2, 65000, NULL},
> >  	{"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
> >  	{"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
> > +        {"mouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
> > +        {"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
> >  
> >  #define MAIN_CONF
> >  #include "cfg-common.h"
> > 
> 
> Inconsistent indentation.

cfg-mplayer's indentation is already /dev/urandom ... 

- ods15



More information about the MPlayer-cvslog mailing list