summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authordudemanguy <random342@airmail.cc>2020-01-11 18:32:13 -0600
committerDudemanguy <random342@airmail.cc>2020-01-12 01:54:41 +0000
commit6cb3d024c85860470818d3a2a24358d006151d23 (patch)
treed156ce2ac30eb275beecf451040af95de945e484 /player/command.c
parent63bf362d1101a40fc8dc49bf24447d8740de42f7 (diff)
downloadmpv-6cb3d024c85860470818d3a2a24358d006151d23.tar.bz2
mpv-6cb3d024c85860470818d3a2a24358d006151d23.tar.xz
Revert "options: move cursor autohiding opts to mp_vo_opts"
This reverts commit 65a317436df05000366af2738bdbb834e95e33db.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index c12ad007d1..26438c06f6 100644
--- a/player/command.c
+++ b/player/command.c
@@ -6214,7 +6214,7 @@ void mp_option_change_callback(void *ctx, struct m_config_option *co, int flags,
if (opt_ptr == &opts->vo->window_scale)
update_window_scale(mpctx);
- if (opt_ptr == &opts->vo->cursor_autohide_delay)
+ if (opt_ptr == &opts->cursor_autohide_delay)
mpctx->mouse_timer = 0;
if (flags & UPDATE_DVB_PROG) {