summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-20 21:07:14 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-20 21:07:14 +0000
commit4f0ee265ff52a3b071fb01e91f1f74260bf2fe4e (patch)
treeba6f4741a8cd71c8d070d1b7784d533331e308a6 /gui
parentc64608422af170fd6c087c8d48faab56782679f5 (diff)
downloadmpv-4f0ee265ff52a3b071fb01e91f1f74260bf2fe4e.tar.bz2
mpv-4f0ee265ff52a3b071fb01e91f1f74260bf2fe4e.tar.xz
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/interface.c b/gui/interface.c
index eb461bc7f7..61f3ab209d 100644
--- a/gui/interface.c
+++ b/gui/interface.c
@@ -426,7 +426,7 @@ extern m_obj_settings_t * vf_settings;
void guiLoadFont( void )
{
#ifdef HAVE_FREETYPE
- load_font_ft(vo_image_width, vo_image_height);
+ load_font_ft(vo_image_width, vo_image_height, &vo_font, font_name);
#else
if ( vo_font )
{