comparison Gui/mplayer/mplayer.c @ 2029:41ed89701ece

fix fucking icewm fullscreen bug.
author pontscho
date Mon, 01 Oct 2001 12:28:39 +0000
parents 0653e90b3118
children 9582af160d04
comparison
equal deleted inserted replaced
2028:64a53c27b944 2029:41ed89701ece
102 appMPlayer.subWindow.ReDraw=mplSubDraw; 102 appMPlayer.subWindow.ReDraw=mplSubDraw;
103 appMPlayer.subWindow.MouseHandler=mplSubMouseHandle; 103 appMPlayer.subWindow.MouseHandler=mplSubMouseHandle;
104 appMPlayer.subWindow.KeyHandler=mplMainKeyHandle; 104 appMPlayer.subWindow.KeyHandler=mplMainKeyHandle;
105 appMPlayer.subWindow.ReSize=mplResize; 105 appMPlayer.subWindow.ReSize=mplResize;
106 106
107 wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
107 if ( appMPlayer.sub.Bitmap.Image ) wsConvert( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Image,appMPlayer.sub.Bitmap.ImageSize ); 108 if ( appMPlayer.sub.Bitmap.Image ) wsConvert( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Image,appMPlayer.sub.Bitmap.ImageSize );
108 109
109 wsPostRedisplay( &appMPlayer.mainWindow ); 110 wsPostRedisplay( &appMPlayer.mainWindow );
110 wsPostRedisplay( &appMPlayer.subWindow ); 111 wsPostRedisplay( &appMPlayer.subWindow );
111 112