From 6d7e044eadabeac30c5701f2da516bd8394692ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 16 Feb 2013 21:17:59 +0100 Subject: osd: add --no-osd-bar option to disable the OSD bar In addition to disabling the OSD bar physically, also add some fallbacks to OSD text in places the OSD bar would have been used. --- core/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index f5e350f076..94842cbc53 100644 --- a/core/options.h +++ b/core/options.h @@ -117,6 +117,7 @@ typedef struct MPOpts { char **sub_name; char **sub_paths; int sub_auto; + int osd_bar_visible; float osd_bar_align_x; float osd_bar_align_y; struct osd_style_opts *osd_style; -- cgit v1.2.3