diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-05-22 14:50:26 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-05-22 14:50:26 -0400 |
commit | 2a4aa63a23ddd816b647b851a01865861827a7eb (patch) | |
tree | a957a7979bda27a4a2c103835cfd6e3a7ddc79e5 /hw/xgl | |
parent | 9cee4ec5e6e06d23aafb302494b082c77ade4623 (diff) | |
parent | cc648e609d472472bac4a2e568eb3598b3690ba3 (diff) |
Merge branch 'master' into XACE-SELINUX
Conflicts:
include/miscstruct.h
Diffstat (limited to 'hw/xgl')
-rw-r--r-- | hw/xgl/xglcompose.c | 2 |
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); |