summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@l3000.localdomain>2010-11-07 07:56:28 -0500
committerSøren Sandmann Pedersen <ssp@l3000.localdomain>2010-11-07 07:56:28 -0500
commite3011798b085a58dedda4165338b001c2615a6cc (patch)
tree19abd4be3867c8853e632a0a2ea3b7de713e42d4
parent33595b85738631f4fd691e57f81a9b44dd2636ee (diff)
asdf
-rw-r--r--region-iter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/region-iter.c b/region-iter.c
index f85fec3..0d8d1ff 100644
--- a/region-iter.c
+++ b/region-iter.c
@@ -490,9 +490,9 @@ region_path (pixman_region32_t *region, int *n)
{
if (type == ROW1 || type == ROW2)
{
+ int c1, c2;
int p1 = -1;
int p2 = -1;
- int c1, c2;
while (current < old_n_active &&
corners[old_active[current]].x <= x2)