From: Søren Sandmann Pedersen Date: Sat, 16 Jan 2010 15:09:25 +0000 (-0500) Subject: pixman_image_validate() needs to also validate the alpha map. X-Git-Tag: 1.0_branch~667 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0df6098f3d941608f945d02e2af65b70ac499e0a;p=profile%2Fivi%2Fpixman.git pixman_image_validate() needs to also validate the alpha map. This is the other half of bug 25950. --- diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c index e55ba2c..1619165 100644 --- a/pixman/pixman-image.c +++ b/pixman/pixman-image.c @@ -245,6 +245,9 @@ _pixman_image_validate (pixman_image_t *image) image->common.property_changed (image); image->common.dirty = FALSE; } + + if (image->common.alpha_map) + _pixman_image_validate (image->common.alpha_map); } PIXMAN_EXPORT pixman_bool_t