mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 01:40:18 +01:00
Fix unterminated comment that eliminated cairo_pattern_add_color_stop_rgba.
This commit is contained in:
parent
fd8a70f4b6
commit
3f24b949a0
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue