summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-04 04:41:11 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-04 05:54:12 +0200
commit952f9b85a7f4d3140dde530585456cd0b42d258a (patch)
tree3ac8069c210a677ac5b00a620e0c1d292a04f251 /options.h
parentbe95d4c131c77192f1033f051563ca2cc20e32b1 (diff)
downloadmpv-952f9b85a7f4d3140dde530585456cd0b42d258a.tar.bz2
mpv-952f9b85a7f4d3140dde530585456cd0b42d258a.tar.xz
options: move -name and -title to option struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 91ea2832d2..8450435bba 100644
--- a/options.h
+++ b/options.h
@@ -11,6 +11,8 @@ typedef struct MPOpts {
int vo_screenwidth;
int vo_screenheight;
int force_window_position;
+ char *vo_winname;
+ char *vo_wintitle;
float force_monitor_aspect;
float monitor_pixel_aspect;
int vidmode;