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 );
participants (1)
-
Zoltan Ponekker