summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 18:29:11 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 18:29:11 +0000
commit180c17d1d8e3687a8f6b4009691c1668c66c971f (patch)
tree67da55c87464e787bbdbd2e5dcc1ed279e2d3188 /Gui
parent988e72ebc32f7e0c8252f111d25ff67645329152 (diff)
downloadmpv-180c17d1d8e3687a8f6b4009691c1668c66c971f.tar.bz2
mpv-180c17d1d8e3687a8f6b4009691c1668c66c971f.tar.xz
sorry, 10l:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4984 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/play.c2
1 files changed, 1 insertions, 1 deletions
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 )