[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


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 );




More information about the MPlayer-cvslog mailing list