[MPlayer-cvslog] r19856 - in trunk: cfg-mplayer.h input/input.c input/input.h libvo/x11_common.c mplayer.c
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sat Sep 16 17:37:37 CEST 2006
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.
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the MPlayer-cvslog
mailing list