Fix unterminated comment that eliminated cairo_pattern_add_color_stop_rgba.

This commit is contained in:
Carl Worth 2005-08-13 04:22:46 +00:00
parent fd8a70f4b6
commit 3f24b949a0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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,