Update of /cvsroot/mplayer/main/Gui/mplayer In directory mail:/var/tmp.root/cvs-serv9550/Gui/mplayer Modified Files: mw.h Log Message: fix some small bug and -rootwin Index: mw.h =================================================================== RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- mw.h 1 May 2002 09:28:51 -0000 1.56 +++ mw.h 11 May 2002 14:57:31 -0000 1.57 @@ -147,6 +147,8 @@ txSample * image = NULL; int i; + if ( appMPlayer.mainWindow.State == wsWindowClosed ) exit_player( MSGTR_Exit_quit ); + if ( appMPlayer.mainWindow.Visible == wsWindowNotVisible || !mainVisible ) return; // !appMPlayer.mainWindow.Mapped ) return;
participants (1)
-
Zoltan Ponekker