From 180c17d1d8e3687a8f6b4009691c1668c66c971f Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 7 Mar 2002 18:29:11 +0000 Subject: sorry, 10l:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4984 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui/mplayer/play.c') diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c index 0ed96db793..0756a9fe2e 100644 --- a/Gui/mplayer/play.c +++ b/Gui/mplayer/play.c @@ -30,7 +30,7 @@ void mplFullScreen( void ) { static int sx,sy; - if ( guiIntfStruct.Playing ) + if ( !guiIntfStruct.Playing ) { wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow ); if ( appMPlayer.subWindow.isFullScreen ) -- cgit v1.2.3