summaryrefslogtreecommitdiffstats
path: root/options/options.h
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 /options/options.h
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 'options/options.h')
-rw-r--r--options/options.h5
1 files changed, 2 insertions, 3 deletions
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;