[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.56,1.57
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat May 11 16:57:43 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Polish documentation.html,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.102,1.103 vo_xmga.c,1.66,1.67 vo_xv.c,1.85,1.86 vo_xvidix.c,1.35,1.36 x11_common.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Polish documentation.html,1.14,1.15
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.102,1.103 vo_xmga.c,1.66,1.67 vo_xv.c,1.85,1.86 vo_xvidix.c,1.35,1.36 x11_common.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list