summaryrefslogtreecommitdiffstats
path: root/core/defaultopts.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-16 23:17:46 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commit3c8f8b7714331746233e288206b247366257cb99 (patch)
tree2a42c1d9c60bf24e5a680ec7e6d599ff33e60232 /core/defaultopts.c
parent8df780cb50ec4bb615ac25987de52bb3b4126de9 (diff)
downloadmpv-3c8f8b7714331746233e288206b247366257cb99.tar.bz2
mpv-3c8f8b7714331746233e288206b247366257cb99.tar.xz
core: do mouse cursor hiding business in frontend
Do this so that not every VO backend has to setup a timer for cursor hiding and interpret the --cursor-autohide option.
Diffstat (limited to 'core/defaultopts.c')
-rw-r--r--core/defaultopts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/defaultopts.c b/core/defaultopts.c
index 28eb9bcbb1..1efb8a1c97 100644
--- a/core/defaultopts.c
+++ b/core/defaultopts.c
@@ -29,6 +29,7 @@ void set_default_mplayer_options(struct MPOpts *opts)
.fsscreen_id = -1,
.stop_screensaver = 1,
.nomouse_input = 0,
+ .enable_mouse_movements = 1,
.fsmode = 0,
.panscan = 0.0f,
.keepaspect = 1,