Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.

This commit is contained in:
Michel Dänzer 2007-04-29 23:38:13 +02:00
commit 2866e0bac9
3 changed files with 4 additions and 4 deletions

View file

@ -1495,7 +1495,7 @@ fbComposite (CARD8 op,
{
xMask += pMask->pDrawable->x;
yMask += pMask->pDrawable->y;
maskRepeat = pMask->repeat == RepeatNormal;
maskRepeat = pMask->repeatType == RepeatNormal;
if (pMask->filter == PictFilterConvolution)
maskTransform = TRUE;