From adc81aa70fb02d43e4e65c1c8ba9f5a992bd114f Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 5 Sep 2001 18:17:22 +0000 Subject: fix skin changing, xv fullscreen redraw bug, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1859 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/sw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gui/mplayer/sw.h') diff --git a/Gui/mplayer/sw.h b/Gui/mplayer/sw.h index eee66144bc..1496f71ff7 100644 --- a/Gui/mplayer/sw.h +++ b/Gui/mplayer/sw.h @@ -13,8 +13,8 @@ void mplSubDraw( wsParamDisplay ) if ( mplShMem->Playing ) { - wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 ); - wsClearWindow( appMPlayer.subWindow ); +// wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 ); +// wsClearWindow( appMPlayer.subWindow ); vo_expose=1; mplSubRender=0; } -- cgit v1.2.3