[Mplayer-cvslog] CVS: main mplayer.c,1.510,1.511
Zoltan Ponekker
pontscho at mplayerhq.hu
Tue May 28 13:55:47 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/skin font.c,1.9,1.10 font.h,1.3,1.4 skin.c,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/Gui app.c,1.12,1.13 app.h,1.7,1.8 interface.c,1.15,1.16 interface.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4488
Modified Files:
mplayer.c
Log Message:
fix text render chrash ...
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -r1.510 -r1.511
--- mplayer.c 28 May 2002 10:08:30 -0000 1.510
+++ mplayer.c 28 May 2002 11:55:00 -0000 1.511
@@ -775,7 +775,7 @@
#ifdef HAVE_NEW_GUI
if(use_gui){
- guiInit( argc,argv,envp );
+ guiInit();
inited_flags|=INITED_GUI;
guiGetEvent( guiCEvent,(char *)((gui_no_filename) ? 0 : 1) );
}
- Previous message: [Mplayer-cvslog] CVS: main/Gui/skin font.c,1.9,1.10 font.h,1.3,1.4 skin.c,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/Gui app.c,1.12,1.13 app.h,1.7,1.8 interface.c,1.15,1.16 interface.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list