diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-07 18:29:11 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-07 18:29:11 +0000 |
commit | 180c17d1d8e3687a8f6b4009691c1668c66c971f (patch) | |
tree | 67da55c87464e787bbdbd2e5dcc1ed279e2d3188 /Gui/mplayer | |
parent | 988e72ebc32f7e0c8252f111d25ff67645329152 (diff) |
sorry, 10l:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4984 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer')
-rw-r--r-- | Gui/mplayer/play.c | 2 |
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 ) |