diff gui/interface.c @ 23341:74f5109611e2

missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
author ben
date Sun, 20 May 2007 21:07:14 +0000
parents 0863ec34d2e6
children c1221a031ab7
line wrap: on
line diff
--- a/gui/interface.c	Sun May 20 17:56:39 2007 +0000
+++ b/gui/interface.c	Sun May 20 21:07:14 2007 +0000
@@ -426,7 +426,7 @@
 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 )
   {