diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-10 01:57:40 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-10 01:57:40 -0400 |
commit | 0ac78e580c51366104aad9e3927ebabbdd80792e (patch) | |
tree | fed22b8752ece5495b903c9f2c2e8efe2b51608b | |
parent | 1be3c993ac7c395edfb0d8042ec26271c83a4e32 (diff) |
over not srcwritepng
-rw-r--r-- | pixman/pixman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman.c b/pixman/pixman.c index c7960615..e8696721 100644 --- a/pixman/pixman.c +++ b/pixman/pixman.c @@ -602,7 +602,7 @@ write_png (pixman_image_t *image, const char *filename) PIXMAN_a8r8g8b8, width, height, data, stride); pixman_image_composite32 ( - PIXMAN_OP_SRC, image, NULL, copy, 0, 0, 0, 0, 0, 0, width, height); + PIXMAN_OP_OVER, image, NULL, copy, 0, 0, 0, 0, 0, 0, width, height); a8r8g8b8_to_rgba_np (data, data, height * width); |