[cairo-commit] cairo ChangeLog,1.1091,1.1092

Carl Worth commit at pdx.freedesktop.org
Sun Oct 9 13:33:23 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-10-09  Carl Worth  <cworth at cworth.org>

        * test/filter-nearest-offset.c: (draw):
        * test/mask-ctm.c: (draw):
        * test/mask-surface-ctm.c: (draw):
        * test/paint-with-alpha.c: (draw):
        * test/scale-source-surface-paint.c: (draw):
        * test/source-surface-scale-paint.c: (draw): Make surface image
        data static to work around a bug in cairo-meta-surface.c (not
        copying source surface pattern data).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1091
retrieving revision 1.1092
diff -u -d -r1.1091 -r1.1092
--- ChangeLog	9 Oct 2005 16:18:16 -0000	1.1091
+++ ChangeLog	9 Oct 2005 20:33:21 -0000	1.1092
@@ -1,3 +1,14 @@
+2005-10-09  Carl Worth  <cworth at cworth.org>
+
+	* test/filter-nearest-offset.c: (draw):
+	* test/mask-ctm.c: (draw):
+	* test/mask-surface-ctm.c: (draw):
+	* test/paint-with-alpha.c: (draw):
+	* test/scale-source-surface-paint.c: (draw):
+	* test/source-surface-scale-paint.c: (draw): Make surface image
+	data static to work around a bug in cairo-meta-surface.c (not
+	copying source surface pattern data).
+
 2005-10-09  Billy Biggs  <vektor at dumbterm.net>
 
 	reviewed by: davidr, cworth, otaylor



More information about the cairo-commit mailing list