compute_composite_region32: Zero extents before returning FALSE.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 14:05:52 +0000 (10:05 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 14:05:52 +0000 (10:05 -0400)
commit0742ba41646853a5edf90c2f3102f49b248321ee
tree1caf6b8139a60b4a2007d34a6da4eed361e2aae8
parent7cd4f2fa201c4dc846153c022423e3dced2cfb13
compute_composite_region32: Zero extents before returning FALSE.

If the extents of the composite region are broken such that x2 <= x1
or y2 <= y1, then we need to zero the extents before returning so that
the region won't be completely broken when calling
pixman_region32_fini().
pixman/pixman.c