From 6cb3d024c85860470818d3a2a24358d006151d23 Mon Sep 17 00:00:00 2001 From: dudemanguy Date: Sat, 11 Jan 2020 18:32:13 -0600 Subject: Revert "options: move cursor autohiding opts to mp_vo_opts" This reverts commit 65a317436df05000366af2738bdbb834e95e33db. --- options/options.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index c87a4f2d36..06321d2fe2 100644 --- a/options/options.h +++ b/options/options.h @@ -41,9 +41,6 @@ typedef struct mp_vo_opts { struct m_geometry autofit_smaller; double window_scale; - int cursor_autohide_delay; - int cursor_autohide_fs; - int keepaspect; int keepaspect_window; int hidpi_window_scale; @@ -166,6 +163,8 @@ typedef struct MPOpts { struct mp_csp_equalizer_opts *video_equalizer; int stop_screensaver; + int cursor_autohide_delay; + int cursor_autohide_fs; int video_rotate; -- cgit v1.2.3