[cairo-commit] cairo/doc/public cairo-sections.txt,1.21,1.22
Carl Worth
commit at pdx.freedesktop.org
Mon Jun 13 16:36:42 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo-gstate.c, 1.140,
1.141 cairo-pattern.c, 1.42, 1.43 cairo.c, 1.102,
1.103 cairo.h, 1.126, 1.127 cairoint.h, 1.151, 1.152
- Next message: [cairo-commit] cairo ChangeLog,1.647,1.648
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv9236/doc/public
Modified Files:
cairo-sections.txt
Log Message:
* src/cairo.c (_cairo_set_source_solid),
(cairo_set_source_surface), (cairo_mask_surface): No longer need
to check for NULL after creating a pattern.
* src/cairo.c (cairo_set_source), (cairo_mask): Propagate status
errors from pattern->status to cr->status.
Originally 2005-05-08 Owen Taylor <otaylor at redhat.com>:
* src/cairo-pattern.c src/cairoint.h: If allocation of pattern
objects fails, return special static nil pattern objects.
* src/cairo-pattern.c: If adding a color stop fails to allocate
memory, set pattern->status. (And fix a memory leak.) Make public
functions return when pattern->status is set, (and no longer
return a cairo_status_t).
* src/cairo-pattern.c src/cairo.h doc/public/cairo-sections.txt:
Add cairo_pattern_status()
* src/cairo-gstate.c: Check the status of gstate->source and
of mask patterns passed in.
Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cairo-sections.txt 31 May 2005 23:05:06 -0000 1.21
+++ cairo-sections.txt 13 Jun 2005 23:36:40 -0000 1.22
@@ -109,6 +109,7 @@
cairo_pattern_create_radial
cairo_pattern_reference
cairo_pattern_destroy
+cairo_pattern_status
cairo_pattern_add_color_stop_rgb
cairo_pattern_add_color_stop_rgba
cairo_pattern_set_matrix
- Previous message: [cairo-commit] cairo/src cairo-gstate.c, 1.140,
1.141 cairo-pattern.c, 1.42, 1.43 cairo.c, 1.102,
1.103 cairo.h, 1.126, 1.127 cairoint.h, 1.151, 1.152
- Next message: [cairo-commit] cairo ChangeLog,1.647,1.648
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list