summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-08 02:07:20 +0200
committerwm4 <wm4@nowhere>2013-09-08 03:03:58 +0200
commit0509532d702e53ec77e47c38a3c92575a8843dcb (patch)
tree0e2119dd0d1a9ed2f598099ca8dff389ca9e10c9 /mpvcore/options.h
parentf1b5198b35285111c3084c8d53d69194a5fc08e0 (diff)
downloadmpv-0509532d702e53ec77e47c38a3c92575a8843dcb.tar.bz2
mpv-0509532d702e53ec77e47c38a3c92575a8843dcb.tar.xz
options: cosmetics: move cursor_autohide_delay definition
No functional changes.
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index cac2630040..99291b9a38 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -34,7 +34,6 @@ typedef struct mp_vo_opts {
int nomouse_input;
int enable_mouse_movements;
- int cursor_autohide_delay;
int64_t WinID;
@@ -70,6 +69,8 @@ typedef struct MPOpts {
int gamma_hue;
int stop_screensaver;
+ int cursor_autohide_delay;
+
int requested_colorspace;
int requested_input_range;
int requested_output_range;