summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-01-21 15:36:08 -0800
committerKevin Mitchell <kevmitch@gmail.com>2018-01-26 21:50:38 -0800
commit3766024dcd85ec7b3bffdcf81cf1356d6fc82543 (patch)
tree464a329515afcc23579822e598804443677b39aa /options/options.h
parent8c8dcc698b394be4de5804313e8d8a7a4c094e2f (diff)
downloadmpv-3766024dcd85ec7b3bffdcf81cf1356d6fc82543.tar.bz2
mpv-3766024dcd85ec7b3bffdcf81cf1356d6fc82543.tar.xz
command: add --osd-on-seek option defaulting to bar
Restores behaviour prior to aef2ed5dc13e37dec0670c451b4369b151d5c65f. That change was apparently unpopular. However, given the amount of complaining over how hard it is to change the defaults by rebinding every key, I think the extra option introduced by this commit is justified. Technically not all behaviour is restored, because now --no-osd-bar will not instead display the msg text on seek. I think that feature was a little weird and is now easy enough to remedy with the --osd-on-seek option.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 424a1c8f0e..97f01e21f9 100644
--- a/options/options.h
+++ b/options/options.h
@@ -183,6 +183,7 @@ typedef struct MPOpts {
int osd_level;
int osd_duration;
int osd_fractions;
+ int osd_on_seek;
int video_osd;
int untimed;