mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.
This commit is contained in:
parent
78a2045535
commit
2866e0bac9
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue