fix fade of solid images in xrender engine

SVN revision: 26957
This commit is contained in:
Carsten Haitzler 2006-11-05 06:04:51 +00:00
parent c3674c8595
commit 1a2bbc3b2d
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ _xr_render_surface_composite(Xrender_Surface *srs, Xrender_Surface *drs, RGBA_Dr
r = (dc->mul.col >> 16) & 0xff;
g = (dc->mul.col >> 8) & 0xff;
b = dc->mul.col & 0xff;
if (a < 255) op = PictOpOver;
if (dc->mul.col != 0xffffffff)
{
if ((srs->xinf->mul_r != r) || (srs->xinf->mul_g != g) ||