diff Gui/mplayer/play.c @ 7092:8e9607c5897e

- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org> - wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug
author pontscho
date Mon, 26 Aug 2002 22:20:58 +0000
parents 98bed9e12087
children 9e17b153b785
line wrap: on
line diff
--- a/Gui/mplayer/play.c	Mon Aug 26 17:20:17 2002 +0000
+++ b/Gui/mplayer/play.c	Mon Aug 26 22:20:58 2002 +0000
@@ -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 )
 {
+#if 0
  static int sx,sy;
-
-#if 0
 // if ( !guiIntfStruct.Playing )
   {
    wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );