summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-16 12:28:57 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-16 12:28:57 +0100
commit7f5dae50ba4c0617d677f524f1c1b73290086485 (patch)
treec2153a67e97059691890f6877cb02cd8960171f1
parent36864e9160d078a0f4b21033c35abdaea073e360 (diff)
Transform the right extents in src_extents_flags
-rw-r--r--pixman/pixman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman.c b/pixman/pixman.c
index 451592b..c589a9e 100644
--- a/pixman/pixman.c
+++ b/pixman/pixman.c
@@ -552,7 +552,7 @@ src_extents_flags (pixman_image_t *image,
extents16_2.y2 == extents16.y2 + 1 &&
/* And in src space too */
(!image->common.transform ||
- pixman_transform_bounds (image->common.transform, &extents16)) &&
+ pixman_transform_bounds (image->common.transform, &extents16_2)) &&
/* And src image size can be used as 16.16 fixed point */
image->bits.width < 0x7fff &&
image->bits.height < 0x7fff)