summaryrefslogtreecommitdiffstats
path: root/Gui/interface.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 13:12:38 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-11 13:12:38 +0000
commit418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e (patch)
treea0dd4ff3367cf1da204f5fb41029b790fdeec357 /Gui/interface.c
parent0f7ec7d88544be01df6c6710f1ddb4a8df77c9d6 (diff)
downloadmpv-418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e.tar.bz2
mpv-418dbef6efa7efd9ccd76bb1925f5eeaf5008b3e.tar.xz
add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6968 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.c')
-rw-r--r--Gui/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index e6eba8e23b..96b594b66c 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -93,6 +93,7 @@ void guiInit( void )
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