summaryrefslogtreecommitdiff
path: root/uxa
diff options
context:
space:
mode:
Diffstat (limited to 'uxa')
-rw-r--r--uxa/uxa-accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c
index 6ac3e88d..e8e8b17a 100644
--- a/uxa/uxa-accel.c
+++ b/uxa/uxa-accel.c
@@ -168,7 +168,7 @@ uxa_fill_spans(DrawablePtr pDrawable, GCPtr pGC, int n,
} else {
pbox = REGION_RECTS(pClip);
while (nbox--) {
- if (pbox->y2 >= fullY1)
+ if (pbox->y2 <= fullY1)
break;
if (pbox->y1 <= fullY1) {