[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.60,1.61
Zoltan Ponekker
pontscho at mplayerhq.hu
Tue May 14 13:41:32 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv10582/Gui/mplayer
Modified Files:
play.c
Log Message:
small fixes
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- play.c 6 May 2002 15:05:06 -0000 1.60
+++ play.c 14 May 2002 11:40:41 -0000 1.61
@@ -181,7 +181,6 @@
mainVisible=1;
return;
}
-
if ( appMPlayer.menuBase.Bitmap.Image )
{
if ( mplMenuDrawBuffer ) free( mplMenuDrawBuffer );
@@ -189,6 +188,7 @@
{ mp_msg( MSGT_GPLAYER,MSGL_STATUS,MSGTR_NEMDB ); return; }
wsResizeWindow( &appMPlayer.menuWindow,appMPlayer.menuBase.width,appMPlayer.menuBase.height );
wsResizeImage( &appMPlayer.menuWindow,appMPlayer.menuBase.width,appMPlayer.menuBase.height );
+ wsVisibleWindow( &appMPlayer.menuWindow,wsHideWindow );
}
if ( appMPlayer.sub.Bitmap.Image ) wsResizeImage( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Width,appMPlayer.sub.Bitmap.Height );
More information about the MPlayer-cvslog
mailing list