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
parent 78a2045535
commit 2866e0bac9
3 changed files with 4 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ xglCompositeGeneral (CARD8 op,
{
if (!pSrc->transform && pSrc->filter != PictFilterConvolution)
{
if (pSrc->pDrawable && pSrc->repeat == RepeatNormal)
if (pSrc->pDrawable && pSrc->repeatType == RepeatNormal)
{
XGL_PIXMAP_PRIV ((PixmapPtr) pSrc->pDrawable);