[cairo-commit] cairo ChangeLog,1.1140,1.1141
Carl Worth
commit at pdx.freedesktop.org
Mon Nov 7 10:50:41 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv6279
Modified Files:
ChangeLog
Log Message:
2005-11-07 Carl Worth <cworth at cworth.org>
* src/cairo-gstate.c: (_cairo_gstate_init_copy): Use
field-by-field copying rather than whole structure copying. This
avoids the hidden copies being overlooked in future code
modifications.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1140
retrieving revision 1.1141
diff -u -d -r1.1140 -r1.1141
--- ChangeLog 7 Nov 2005 18:48:01 -0000 1.1140
+++ ChangeLog 7 Nov 2005 18:50:39 -0000 1.1141
@@ -1,5 +1,12 @@
2005-11-07 Carl Worth <cworth at cworth.org>
+ * src/cairo-gstate.c: (_cairo_gstate_init_copy): Use
+ field-by-field copying rather than whole structure copying. This
+ avoids the hidden copies being overlooked in future code
+ modifications.
+
+2005-11-07 Carl Worth <cworth at cworth.org>
+
* src/cairo-clip.c (_cairo_clip_init_copy): Fix to copy region if
NULL.
More information about the cairo-commit
mailing list