[Mplayer-cvslog] CVS: main/Gui app.c,1.4,1.5 app.h,1.2,1.3

Arpi of Ize arpi at mplayer.dev.hu
Tue Aug 28 01:56:45 CEST 2001


Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv28362/Gui

Modified Files:
	app.c app.h 
Log Message:
GUI stuff. now seeking works, and xmga renders to video window

Index: app.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- app.c	26 Aug 2001 21:04:40 -0000	1.4
+++ app.c	27 Aug 2001 23:56:43 -0000	1.5
@@ -96,7 +96,7 @@
  return -1;
 }
 
-void appInit( int argc,char* argv[], char *envp[] )
+void appInit( int argc,char* argv[], char *envp[], void* disp )
 {
  skinDirInHome=get_path("Skin");
  skinMPlayerDir=DATADIR "/Skin";
@@ -124,6 +124,6 @@
      case -1: dbprintf( 0,"[app] skin configfile not found.\n" ); exit( 0 );
      case -2: dbprintf( 0,"[app] skin configfile read error.\n" ); exit( 0 );
     }
-   mplInit( argc,argv,envp ); // does gtk & ws initialization, create windows
+   mplInit( argc,argv,envp,disp ); // does gtk & ws initialization, create windows
 //  }
 }

Index: app.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- app.h	26 Aug 2001 21:04:40 -0000	1.2
+++ app.h	27 Aug 2001 23:56:43 -0000	1.3
@@ -79,7 +79,7 @@
 extern char      * skinDirInHome;
 extern char      * skinMPlayerDir;
 
-extern void appInit( int argc,char* argv[], char *envp[] );
+extern void appInit( int argc,char* argv[], char *envp[], void* disp );
 extern void appInitStruct( listItems * item );
 extern void appClearItem( wItem * item );
 extern void appCopy( listItems * item1,listItems * item2 );




More information about the MPlayer-cvslog mailing list