[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


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,




More information about the cairo-commit mailing list