summaryrefslogtreecommitdiffstats
path: root/Gui/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/interface.c')
-rw-r--r--Gui/interface.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 96dc7f121f..20e62c5b84 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -85,6 +85,9 @@ void guiInit( void )
cfg_read();
appInit( (void*)mDisplay );
if ( plCurrent ) mplSetFileName( plCurrent->path,plCurrent->name );
+#if defined( USE_OSD ) || defined( USE_SUB )
+ guiLoadFont();
+#endif
}
void guiDone( void )
@@ -324,7 +327,7 @@ void guiGetEvent( int type,char * arg )
// --- video opts
if ( !gtkVODriver )
{
- int i = 0, c = 0;
+ int i = 0;
while ( video_out_drivers[i++] )
if ( video_out_drivers[i - 1]->control( VOCTRL_GUISUPPORT,NULL ) == VO_TRUE )
{