diff Gui/app.h @ 6218:8cfddba867b4

fix text render chrash ...
author pontscho
date Tue, 28 May 2002 11:55:17 +0000
parents 3e7f39c4110c
children e5dda05f9aab
line wrap: on
line diff
--- a/Gui/app.h	Tue May 28 10:08:30 2002 +0000
+++ b/Gui/app.h	Tue May 28 11:55:17 2002 +0000
@@ -77,7 +77,7 @@
 extern char      * skinMPlayerDir;
 extern char      * skinName;
 
-extern void appInit( int argc,char* argv[], char *envp[], void* disp );
+extern void appInit( void * disp );
 extern void appInitStruct( listItems * item );
 extern void appClearItem( wItem * item );
 extern void appCopy( listItems * item1,listItems * item2 );