[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.78,1.79 play.c,1.74,1.75

Zoltan Ponekker pontscho at mplayerhq.hu
Tue Aug 27 00:20:59 CEST 2002


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

Modified Files:
	mw.h play.c 
Log Message:


- warning fixes from Dominik Mierzejewski <dominik at rangers.eu.org>
- wsXDNDProcessSelection return Truae fix
- add url list saving support from Morten Volden <mvolden at tdcadsl.dk>
- fix bug's in this patches
- fix some memleak and bug


Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- mw.h	14 Aug 2002 23:02:43 -0000	1.78
+++ mw.h	26 Aug 2002 22:20:57 -0000	1.79
@@ -646,7 +646,7 @@
 }
 
 /* this will be used to handle Drag&Drop files */
-void mplDandDHandler(int num,const char** files)
+void mplDandDHandler(int num,char** files)
 {
   struct stat buf;
   int f = 0;

Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- play.c	14 Aug 2002 23:02:43 -0000	1.74
+++ play.c	26 Aug 2002 22:20:57 -0000	1.75
@@ -1,6 +1,8 @@
+
 #include <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <unistd.h>
 #include <signal.h>
@@ -33,9 +35,8 @@
 
 void mplFullScreen( void )
 {
- static int sx,sy;
-
 #if 0
+ static int sx,sy;
 // if ( !guiIntfStruct.Playing )
   {
    wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );




More information about the MPlayer-cvslog mailing list