diff cfg-mplayer.h @ 36118:2d29160e0957

input: add an option to set the default pausing mode.
author cigaes
date Fri, 03 May 2013 18:52:54 +0000
parents 3be3990375da
children 5950fc0d4b53
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri May 03 13:20:27 2013 +0000
+++ b/cfg-mplayer.h	Fri May 03 18:52:54 2013 +0000
@@ -339,6 +339,7 @@
     {"mouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
     {"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
     {"doubleclick-time", &doubleclick_time, CONF_TYPE_INT, CONF_RANGE, 0, 1000, NULL},
+    {"pausing", &pausing_default, CONF_TYPE_INT, CONF_RANGE, 0, 4, NULL},
 #ifdef CONFIG_TV
     {"tvscan", tvscan_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 #else