[cairo-commit] cairo ChangeLog,1.563,1.564

Carl Worth commit at pdx.freedesktop.org
Tue May 10 12:42:34 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-wideint.h: Don't guess and make our own definitions
        for uint8_t, etc. Just error out if we can't find a suitable
        header file.

        * src/cairo-png.c: (unpremultiply_data), (premultiply_data):
        * test/read-png.c: (premultiply_data): Fix to use fixed-size type
        so that this code works when sizeof(unsigned long) != 32. Thanks
        to Manish Singh.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -d -r1.563 -r1.564
--- ChangeLog	10 May 2005 19:22:41 -0000	1.563
+++ ChangeLog	10 May 2005 19:42:32 -0000	1.564
@@ -1,5 +1,16 @@
 2005-05-10  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-wideint.h: Don't guess and make our own definitions
+	for uint8_t, etc. Just error out if we can't find a suitable
+	header file.
+
+	* src/cairo-png.c: (unpremultiply_data), (premultiply_data):
+	* test/read-png.c: (premultiply_data): Fix to use fixed-size type
+	so that this code works when sizeof(unsigned long) != 32. Thanks
+	to Manish Singh.
+
+2005-05-10  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-gstate.c: (_cairo_gstate_get_font_matrix):
 	* src/cairo.c: (cairo_get_font_matrix):
 	* src/cairo.h:




More information about the cairo-commit mailing list