[cairo-commit] cairo ChangeLog,1.1138,1.1139

Carl Worth commit at pdx.freedesktop.org
Mon Nov 7 10:46:25 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv5757

Modified Files:
	ChangeLog 
Log Message:

2005-11-07  Carl Worth  <cworth at cworth.org>

        * src/cairo-clip.c: (_cairo_clip_init), (_cairo_clip_fini),
        (_cairo_clip_reset): Reorder function bodies to match the order of
        fields in the structure definition. Some style cleanups.

        * src/cairo-clip.c: (_cairo_clip_init_copy): Fix bug in that
        several fields were not being copied.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1138
retrieving revision 1.1139
diff -u -d -r1.1138 -r1.1139
--- ChangeLog	7 Nov 2005 18:29:37 -0000	1.1138
+++ ChangeLog	7 Nov 2005 18:46:23 -0000	1.1139
@@ -1,5 +1,14 @@
 2005-11-07  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-clip.c: (_cairo_clip_init), (_cairo_clip_fini),
+	(_cairo_clip_reset): Reorder function bodies to match the order of
+	fields in the structure definition. Some style cleanups.
+
+	* src/cairo-clip.c: (_cairo_clip_init_copy): Fix bug in that
+	several fields were not being copied.
+
+2005-11-07  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-gstate.c (_cairo_gstate_init_copy): Two more instances
 	of copy-and-reference in a single step.
 



More information about the cairo-commit mailing list