Fix off-by-one error in source_image_needs_out_of_bounds_workaround()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 11 Sep 2009 01:33:24 +0000 (21:33 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 11 Sep 2009 01:33:24 +0000 (21:33 -0400)
commit8aff99e231dcb83fa6c08e760711b0a1e979d012
tree74d2d0d096a16b08448879d85cf437fccd1fcfdf
parentfefe2a5d24591846281bb9bf0e85d42822e1716e
Fix off-by-one error in source_image_needs_out_of_bounds_workaround()

If extents->x2/y2 are equal to image->width/height, then the clip is
still inside the drawable, so no workaround is necessary.
pixman/pixman-bits-image.c