From e8181ed9fb9ea49e7def7a0a806b9d516a41168a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Feb 2013 20:43:00 +0100 Subject: osd: add --osd-bar-align-x/y options to control OSD bar position --- core/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index 87d6711977..f5e350f076 100644 --- a/core/options.h +++ b/core/options.h @@ -117,6 +117,8 @@ typedef struct MPOpts { char **sub_name; char **sub_paths; int sub_auto; + float osd_bar_align_x; + float osd_bar_align_y; struct osd_style_opts *osd_style; struct osd_style_opts *sub_text_style; float sub_scale; -- cgit v1.2.3