diff 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
line wrap: on
line diff
--- a/Gui/mplayer/mplayer.c	Mon Oct 01 09:56:53 2001 +0000
+++ b/Gui/mplayer/mplayer.c	Mon Oct 01 12:28:39 2001 +0000
@@ -104,6 +104,7 @@
  appMPlayer.subWindow.KeyHandler=mplMainKeyHandle;
  appMPlayer.subWindow.ReSize=mplResize;
 
+ wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
  if ( appMPlayer.sub.Bitmap.Image ) wsConvert( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Image,appMPlayer.sub.Bitmap.ImageSize );
 
  wsPostRedisplay( &appMPlayer.mainWindow );