[cairo-commit] cairo ChangeLog,1.1031,1.1032

Carl Worth commit at pdx.freedesktop.org
Thu Sep 1 02:14:33 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

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

        * test/cairo-test.h: Add includes to get sized-integer types such
        as uint32_t.

        * test/filter-nearest-offset.c: (draw):
        * test/mask-ctm.c: (draw):
        * test/mask-surface-ctm.c: (draw):
        * test/move-to-show-surface.c: (draw):
        * test/paint-with-alpha.c: (draw):
        * test/scale-source-surface-paint.c: (draw):
        * test/set-source.c: (draw):
        * test/source-surface-scale-paint.c: (draw):
        * test/translate-show-surface.c: (draw): Fix declaration of image
        data array to be uint32_t rather than unsigned long. Fixes four
        out of the remaining five failures in bug #4245.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -d -r1.1031 -r1.1032
--- ChangeLog	1 Sep 2005 02:11:22 -0000	1.1031
+++ ChangeLog	1 Sep 2005 09:14:31 -0000	1.1032
@@ -1,3 +1,20 @@
+2005-09-01  Carl Worth  <cworth at cworth.org>
+
+	* test/cairo-test.h: Add includes to get sized-integer types such
+	as uint32_t.
+	
+	* test/filter-nearest-offset.c: (draw):
+	* test/mask-ctm.c: (draw):
+	* test/mask-surface-ctm.c: (draw):
+	* test/move-to-show-surface.c: (draw):
+	* test/paint-with-alpha.c: (draw):
+	* test/scale-source-surface-paint.c: (draw):
+	* test/set-source.c: (draw):
+	* test/source-surface-scale-paint.c: (draw):
+	* test/translate-show-surface.c: (draw): Fix declaration of image
+	data array to be uint32_t rather than unsigned long. Fixes four
+	out of the remaining five failures in bug #4245.
+
 2005-08-31  Carl Worth  <cworth at cworth.org>
 
 	* test/cairo-test.c: (create_xlib_surface): Add call to



More information about the cairo-commit mailing list