Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv31808/libvo Modified Files: vo_xvidix.c Log Message: fix color key handling bug Index: vo_xvidix.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- vo_xvidix.c 1 Feb 2002 10:20:00 -0000 1.17 +++ vo_xvidix.c 7 Feb 2002 17:42:37 -0000 1.18 @@ -173,6 +173,8 @@ /* mDrawColorKey: */ /* fill drawable with specified color */ + XSetBackground( mDisplay,mGC,0 ); + XClearWindow( mDisplay,mWindow ); XSetForeground(mDisplay, mGC, fgColor); XFillRectangle(mDisplay, mWindow, mGC, drwX, drwY, drwWidth, (mFullscreen ? drwHeight - 1 : drwHeight));
participants (1)
-
Zoltan Ponekker