Fix bug in pixman_image_is_opaque()
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sun, 7 Sep 2008 03:49:25 +0000 (23:49 -0400)
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sun, 7 Sep 2008 03:49:25 +0000 (23:49 -0400)
commit00f3d6ef22b5a062323208fd540a17ca65dca42b
tree9a405e31aaa3a1575e31bb1109195b1a38c08392
parentd5b4fd7e11c2f2b2e8ab3cb95bef252ce142982e
Fix bug in pixman_image_is_opaque()

Non-repeating gradient images would be reported as opaque. Also add
new test program to test source clipping.
pixman/pixman-image.c
test/Makefile.am
test/clip-test.c [new file with mode: 0644]