comparison Gui/interface.c @ 6218:8cfddba867b4

fix text render chrash ...
author pontscho
date Tue, 28 May 2002 11:55:17 +0000
parents b5fb9a927bf3
children cf2c2b92d1a7
comparison
equal deleted inserted replaced
6217:d2167f69a48b 6218:8cfddba867b4
19 #include "../libmpdemux/stream.h" 19 #include "../libmpdemux/stream.h"
20 #include "../libmpdemux/demuxer.h" 20 #include "../libmpdemux/demuxer.h"
21 21
22 guiInterface_t guiIntfStruct; 22 guiInterface_t guiIntfStruct;
23 23
24 void guiInit( int argc,char* argv[], char *envp[] ) 24 void guiInit( void )
25 { 25 {
26 memset( &guiIntfStruct,0,sizeof( guiIntfStruct ) ); 26 memset( &guiIntfStruct,0,sizeof( guiIntfStruct ) );
27 appInit( argc,argv,envp,(void*)mDisplay ); 27 appInit( (void*)mDisplay );
28 } 28 }
29 29
30 void guiDone( void ) 30 void guiDone( void )
31 { 31 {
32 mp_msg( MSGT_GPLAYER,MSGL_V,"[mplayer] exit.\n" ); 32 mp_msg( MSGT_GPLAYER,MSGL_V,"[mplayer] exit.\n" );