[MPlayer-cvslog] r23359 - trunk/gui/interface.c
    ben 
    subversion at mplayerhq.hu
       
    Sun May 20 23:07:15 CEST 2007
    
    
  
Author: ben
Date: Sun May 20 23:07:14 2007
New Revision: 23359
Log:
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
Modified:
   trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	(original)
+++ trunk/gui/interface.c	Sun May 20 23:07:14 2007
@@ -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 )
   {
    
    
More information about the MPlayer-cvslog
mailing list