[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.40,1.41
Zoltan Ponekker
pontscho at mplayer.dev.hu
Sun Nov 18 20:20:00 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.26,1.27
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer psignal.c,1.18,1.19 sw.h,1.20,1.21 widgets.c,1.12,1.13 widgets.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv19907/Gui/mplayer
Modified Files:
play.c
Log Message:
smal; bugfix for main redraw
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- play.c 14 Nov 2001 23:47:08 -0000 1.40
+++ play.c 18 Nov 2001 19:19:57 -0000 1.41
@@ -36,6 +36,7 @@
void mplFullScreen( void )
{
static int sx,sy;
+
wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
if ( appMPlayer.subWindow.isFullScreen )
{
@@ -202,8 +203,8 @@
wsMoveWindow( &appMPlayer.mainWindow,True,appMPlayer.main.x,appMPlayer.main.y );
wsResizeImage( &appMPlayer.mainWindow,appMPlayer.main.width,appMPlayer.main.height );
wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image );
- mainVisible=1; mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
wsWindowDecoration( &appMPlayer.mainWindow,appMPlayer.mainDecoration );
+ mainVisible=1; mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
wsVisibleWindow( &appMPlayer.mainWindow,wsShowWindow );
btnModify( evSetVolume,mplShMem->Volume );
- Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.26,1.27
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer psignal.c,1.18,1.19 sw.h,1.20,1.21 widgets.c,1.12,1.13 widgets.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list