summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 18:59:41 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit2b851c6ed3de92c22837d44f16e7033e926b72e9 (patch)
treefc09ee6dfe28dd5135bfa2a4152b1877ab7fc512 /core/cfg-mplayer.h
parent269f7df18bcb01229429690dfdbbcdf98369814a (diff)
downloadmpv-2b851c6ed3de92c22837d44f16e7033e926b72e9.tar.bz2
mpv-2b851c6ed3de92c22837d44f16e7033e926b72e9.tar.xz
options: rename --cursor-autohide, replace magic number values
--cursor-autohide-delay=-2 becomes --cursor-autohide=always --cursor-autohide-delay=-1 becomes --cursor-autohide=no --cursor-autohide-delay=123 becomes --cursor-autohide=123
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index a83c16d271..b5b15df0d1 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -621,7 +621,8 @@ const m_option_t mplayer_opts[]={
{"full", MP_CSP_LEVELS_PC})),
{"grabpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- OPT_INTRANGE("cursor-autohide-delay", cursor_autohide_delay, 0, -2, 30000),
+ OPT_CHOICE_OR_INT("cursor-autohide", cursor_autohide_delay, 0,
+ 0, 30000, ({"no", -1}, {"always", -2})),
{"refreshrate",&vo_refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
{"wid", &WinID, CONF_TYPE_INT64, 0, 0, 0, NULL},