summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 14:41:40 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 14:41:40 +0000
commit3549dbe813944222103b7579ef966e6805a8eaff (patch)
treef1ca5e48eab411147212b3215370a56952c9c233 /Gui/cfg.c
parent4fd397ac8931a6a674f7c348171c10ca1d3c10fd (diff)
downloadmpv-3549dbe813944222103b7579ef966e6805a8eaff.tar.bz2
mpv-3549dbe813944222103b7579ef966e6805a8eaff.tar.xz
add overlapping to preferences
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8718 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index 025f6de107..407c7628d5 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -113,6 +113,7 @@ static config_t gui_opts[] =
{ "sub_auto_load",&sub_auto,CONF_TYPE_FLAG,0,0,1,NULL },
{ "sub_unicode",&sub_unicode,CONF_TYPE_FLAG,0,0,1,NULL },
{ "sub_pos",&sub_pos,CONF_TYPE_INT,CONF_RANGE,0,200,NULL },
+ { "sub_overlap",&suboverlap_enabled,CONF_TYPE_FLAG,0,0,0,NULL },
{ "font_factor",&font_factor,CONF_TYPE_FLOAT,CONF_RANGE,0.0,10.0,NULL },
{ "font_name",&font_name,CONF_TYPE_STRING,0,0,0,NULL },
#ifdef HAVE_FREETYPE