summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-05-02 11:42:41 +0000
committerOwen Taylor <otaylor@redhat.com>2005-05-02 11:42:41 +0000
commit1464e35fde29e0a03a7ce033327a2f00396f71b0 (patch)
tree5077c61203c6f29043322ab052e7e4630cd81e82
parent79b2a79f2d9ba8dbef44d04656fa84d83836ac6c (diff)
not mask.png. (Pointed out by Carl)
-rw-r--r--ChangeLog5
-rw-r--r--test/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86b945a5..470d5a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-05-02 Owen Taylor <otaylor@redhat.com>
+ * test/Makefile.am (EXTRA_DIST): mask-ref.png, not
+ mask.png. (Pointed out by Carl)
+
+2005-05-02 Owen Taylor <otaylor@redhat.com>
+
* src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask()
and cairo_mask_surface().
diff --git a/test/Makefile.am b/test/Makefile.am
index ef625e66..d26e2791 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -38,7 +38,7 @@ gradient-alpha-ref.png \
leaky-polygon-ref.png \
line-width-ref.png \
linear-gradient-ref.png \
-mask.png \
+mask-ref.png \
move-to-show-surface-ref.png \
coverage-ref.png \
clip-twice-ref.png \