summaryrefslogtreecommitdiff
path: root/uxa/uxa-accel.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-05-31 22:08:43 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-05-31 22:47:19 +0100
commit1454ea0b57465041f8044050390b97134f1f6d1b (patch)
treea95620262ff7d5cb9f5dd337173a519b05a87f11 /uxa/uxa-accel.c
parent9f93827e408bfa3272cd5ce79ffd77a6d225ea18 (diff)
uxa: Sign reversal on early break from spans passing the YXband
Introduced with e5c971e7639095d38da3518a5dc404b708d45cfb. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 1672ee0421a99b745d65d72a3818de01d8100b6b) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'uxa/uxa-accel.c')
-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 a36d92cc..665b23d9 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) {