summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-26 22:20:58 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-26 22:20:58 +0000
commit452e7bdc03546c71d2d9ebffbcd254b5842e052d (patch)
tree47cae3fbb2656e04c14894d1bea04b7add05fdee /Gui/mplayer/play.c
parentc39611bbe90b79a9e17ffe4ff95a4c1a058eba92 (diff)
downloadmpv-452e7bdc03546c71d2d9ebffbcd254b5842e052d.tar.bz2
mpv-452e7bdc03546c71d2d9ebffbcd254b5842e052d.tar.xz
- 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 0e6df5fd55..794173586b 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -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 @@ static int mplGotoTheNext = 1;
void mplFullScreen( void )
{
- static int sx,sy;
-
#if 0
+ static int sx,sy;
// if ( !guiIntfStruct.Playing )
{
wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );