Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv8268/libvo Modified Files: vo_xmga.c Log Message: fs resize bug fix. Index: vo_xmga.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- vo_xmga.c 31 Jan 2002 09:52:45 -0000 1.42 +++ vo_xmga.c 7 Feb 2002 16:15:08 -0000 1.43 @@ -102,6 +102,9 @@ static void mDrawColorKey( void ) { + XSetBackground( mDisplay,mGC,0 ); +// XFillRectangle( mDisplay,mWindow,mGC,0,0,drwWidth,drwHeight ); + XClearWindow( mDisplay,mWindow ); XSetForeground( mDisplay,mGC,fgColor ); XFillRectangle( mDisplay,mWindow,mGC,drwX,drwY,drwWidth,(mFullscreen?drwHeight - 1:drwHeight) ); XFlush( mDisplay );
participants (1)
-
Zoltan Ponekker