diff Gui/interface.c @ 6967:0fa27966ac47

add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug
author pontscho
date Sun, 11 Aug 2002 13:12:38 +0000
parents 5ddd609550d5
children c8716f1c8965
line wrap: on
line diff
--- a/Gui/interface.c	Sun Aug 11 10:52:22 2002 +0000
+++ b/Gui/interface.c	Sun Aug 11 13:12:38 2002 +0000
@@ -93,6 +93,7 @@
  appInit( (void*)mDisplay );
        
  if ( plCurrent && !filename ) mplSetFileName( plCurrent->path,plCurrent->name );
+ if ( sub_delay > 0.0f ) gtkSubDelay=sub_delay;
 #if defined( USE_OSD ) || defined( USE_SUB )
  guiLoadFont();
 #endif