[cairo-commit] cairo/src cairo-pattern.c,1.54,1.55
Carl Worth
commit at pdx.freedesktop.org
Sat Aug 13 04:22:48 PDT 2005
- Previous message: [cairo-commit] cairo ChangeLog,1.886,1.887
- Next message: [cairo-commit] cairo ChangeLog, 1.887, 1.888 NEWS, 1.23,
1.24 RELEASING, 1.17, 1.18 configure.in, 1.123, 1.124
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv20465/src
Modified Files:
cairo-pattern.c
Log Message:
2005-08-13 Carl Worth <cworth at cworth.org>
* src/cairo-pattern.c: Fix unterminated comment that eliminated
cairo_pattern_add_color_stop_rgba.
Index: cairo-pattern.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-pattern.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- cairo-pattern.c 13 Aug 2005 11:17:36 -0000 1.54
+++ cairo-pattern.c 13 Aug 2005 11:22:46 -0000 1.55
@@ -648,6 +648,7 @@
* 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,
- Previous message: [cairo-commit] cairo ChangeLog,1.886,1.887
- Next message: [cairo-commit] cairo ChangeLog, 1.887, 1.888 NEWS, 1.23,
1.24 RELEASING, 1.17, 1.18 configure.in, 1.123, 1.124
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list