diff options
author | Dave Airlie <airlied@redhat.com> | 2010-07-05 14:02:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-07-05 14:02:42 +1000 |
commit | a2aa4c23f65b03c389c2ba8eac0298dfb205e67d (patch) | |
tree | b25f1dc22031828af502f12334f925b7c70a7495 /uxa | |
parent | feff2ec80eeeba5074d19efcddf4867adf639b4f (diff) |
uxa: oops typo in previous commit
Diffstat (limited to 'uxa')
-rw-r--r-- | uxa/uxa-accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c index 633b433a..a2ad6511 100644 --- a/uxa/uxa-accel.c +++ b/uxa/uxa-accel.c @@ -81,7 +81,7 @@ uxa_fill_spans(DrawablePtr pDrawable, GCPtr pGC, int n, if (!dst_pixmap) goto fallback; - if (pGC->alu != GXcopy || !UXA_IS_PM_SOLID(pDrawable, pGC->planemask)) + if (pGC->alu != GXcopy || !UXA_PM_IS_SOLID(pDrawable, pGC->planemask)) goto solid; format = PictureMatchFormat(screen, |