summaryrefslogtreecommitdiff
path: root/hw/xgl/xglcompose.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xgl/xglcompose.c')
-rw-r--r--hw/xgl/xglcompose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xgl/xglcompose.c b/hw/xgl/xglcompose.c
index d2aead05b..34f7a0c43 100644
--- a/hw/xgl/xglcompose.c
+++ b/hw/xgl/xglcompose.c
@@ -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);