diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-05-06 12:00:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-05-06 12:00:22 +0000 |
commit | cea1de7579fad18ca6c9ec9bb29660970ec283b3 (patch) | |
tree | 22e38f1548944e9aed404c7126d343b967c20412 /ChangeLog | |
parent | 7f79e048b96dd3e2b2c798047aff312560de5006 (diff) |
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Fix segfault when mask == NULL.
test/mask.c test/mask-ref.png: Add testing of cairo_paint_with_alpha().
test/coverage.c test/coverage-ref.png: Remove ... it's not testing anything that mask doesn't test better.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-05-05 Owen Taylor <otaylor@redhat.com> + + * src/cairo.[ch] doc/public/cairo-sections.txt: Add + cairo_paint_with_alpha(). + + * src/cairo-pattern.c (_cairo_pattern_acquire_surfaces): Fix + segfault when mask == NULL. + + * test/mask.c test/mask-ref.png: Add testing of cairo_paint_with_alpha(). + + * test/coverage.c test/coverage-ref.png: Remove ... it's not testing + anything that mask doesn't test better. + 2005-05-04 David Reveman <davidr@novell.com> * src/cairo-glitz-surface.c: Add glyph caching to glitz backend. |