From cecbd8864ec9e03f8fc14f0a92bead310de946a9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Sep 2013 02:46:19 +0200 Subject: mplayer: add --cursor-autohide-fs-only option This option makes the cursor always visible in windowed mode. Apparently, this is what (some?) Windows and OSX users expect. It's disabled by default for now. Restructure the cursor hide logic a bit for this purpose. --- mpvcore/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mpvcore/options.c') diff --git a/mpvcore/options.c b/mpvcore/options.c index 9f87186066..cf09702dcb 100644 --- a/mpvcore/options.c +++ b/mpvcore/options.c @@ -606,6 +606,7 @@ const m_option_t mp_opts[] = { OPT_CHOICE_OR_INT("cursor-autohide", cursor_autohide_delay, 0, 0, 30000, ({"no", -1}, {"always", -2})), + OPT_FLAG("cursor-autohide-fs-only", cursor_autohide_fs, 0), OPT_FLAG("stop-screensaver", stop_screensaver, 0), OPT_INT64("wid", vo.WinID, CONF_GLOBAL), -- cgit v1.2.3