diff Gui/mplayer/mplayer.h @ 6218:8cfddba867b4

fix text render chrash ...
author pontscho
date Tue, 28 May 2002 11:55:17 +0000
parents 3473ca9ef158
children f554e7271587
line wrap: on
line diff
--- a/Gui/mplayer/mplayer.h	Tue May 28 10:08:30 2002 +0000
+++ b/Gui/mplayer/mplayer.h	Tue May 28 11:55:17 2002 +0000
@@ -12,7 +12,7 @@
 extern int             mplMainAutoPlay;
 extern int             mplMiddleMenu;
 
-extern void mplInit( int argc,char* argv[], char *envp[], void* disp );
+extern void mplInit( void * disp );
 extern void mplEventHandling( int msg,float param );
 extern void mplTimerHandler( void );