summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-13 04:22:46 +0000
committerCarl Worth <cworth@cworth.org>2005-08-13 04:22:46 +0000
commit3f24b949a070aebaeaa465ccd09604bda0be717b (patch)
tree345308411581d352a190243f168fee590d94b5dd
parentfd8a70f4b6b919682f2609e0dda08aa1564d8ccf (diff)
Fix unterminated comment that eliminated cairo_pattern_add_color_stop_rgba.
-rw-r--r--ChangeLog5
-rw-r--r--src/cairo-pattern.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 449bbb153..3ac471322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-13 Carl Worth <cworth@cworth.org>
+ * src/cairo-pattern.c: Fix unterminated comment that eliminated
+ cairo_pattern_add_color_stop_rgba.
+
+2005-08-13 Carl Worth <cworth@cworth.org>
+
* NEWS: Add missing notes on soname and user-space locking for
cairo_set_source() to the 0.9.0 release notes.
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index c54958246..82b409b6c 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -648,6 +648,7 @@ cairo_pattern_add_color_stop_rgb (cairo_pattern_t *pattern,
* Note: If the pattern is not a gradient pattern, (eg. a linear or
* radial pattern), then the pattern will be put into an error status
* with a status of CAIRO_STATUS_PATTERN_MISMATCH.
+ */
void
cairo_pattern_add_color_stop_rgba (cairo_pattern_t *pattern,
double offset,