summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/sw.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 12:28:39 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 12:28:39 +0000
commitbc2edd4346ff2e21cf0e831590ea701d47484c19 (patch)
treefee727647c5cbbb2540109aeefad576e09885ef2 /Gui/mplayer/sw.h
parenta25b2273f86c5d7ff37f2d1c4187ad50a7cfa3c2 (diff)
downloadmpv-bc2edd4346ff2e21cf0e831590ea701d47484c19.tar.bz2
mpv-bc2edd4346ff2e21cf0e831590ea701d47484c19.tar.xz
fix fucking icewm fullscreen bug.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2030 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/sw.h')
-rw-r--r--Gui/mplayer/sw.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/Gui/mplayer/sw.h b/Gui/mplayer/sw.h
index 551ae2f6b5..134debd6e0 100644
--- a/Gui/mplayer/sw.h
+++ b/Gui/mplayer/sw.h
@@ -13,20 +13,13 @@ void mplSubDraw( wsParamDisplay )
if ( mplShMem->Playing )
{
-// wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
-// wsClearWindow( appMPlayer.subWindow );
vo_expose=1;
mplSubRender=0;
}
if ( mplSubRender )
{
-// 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 );
- wsPutImage( &appMPlayer.subWindow );
- }
+ if ( appMPlayer.sub.Bitmap.Image ) wsPutImage( &appMPlayer.subWindow );
// XFlush( wsDisplay );
}
appMPlayer.subWindow.State=0;