CVS: main/Gui Makefile,1.9,1.10 interface.c,1.32,1.33
Update of /cvsroot/mplayer/main/Gui In directory mail:/var/tmp.root/cvs-serv32452 Modified Files: Makefile interface.c Log Message: add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/Gui/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 25 Jul 2002 20:26:29 -0000 1.9 +++ Makefile 11 Aug 2002 13:12:37 -0000 1.10 @@ -14,7 +14,7 @@ CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) -SRCS = wm/ws.c wm/wsconv.c app.c events.c interface.c cfg.c \ +SRCS = wm/ws.c wm/wsconv.c wm/wsxdnd.c app.c events.c interface.c cfg.c \ bitmap/bitmap.c bitmap/tga/tga.c bitmap/bmp/bmp.c bitmap/png/png.c \ skin/skin.c skin/font.c skin/cut.c \ mplayer/mplayer.c mplayer/widgets.c mplayer/play.c \ Index: interface.c =================================================================== RCS file: /cvsroot/mplayer/main/Gui/interface.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- interface.c 5 Aug 2002 01:14:13 -0000 1.32 +++ interface.c 11 Aug 2002 13:12:37 -0000 1.33 @@ -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
participants (1)
-
Zoltan Ponekker