[cairo-commit] cairo ChangeLog,1.1231,1.1232

Christian Biesinger commit at pdx.freedesktop.org
Sat Jan 21 09:39:13 PST 2006


Committed by: biesi

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

Modified Files:
	ChangeLog 
Log Message:
2006-01-21  Christian Biesinger  <cbiesinger at web.de>

	* pixman/src/fbpict.c: (detectCPUFeatures):
	* src/cairo-paginated-surface.c:
	(_cairo_paginated_surface_get_target):
	* test/cairo-test.c: (create_image_surface):

	Don't mix declarations and code. This makes the code valid ISO C,
	fixes a gcc -pedantic warning, and unbreaks the build with the
	compiler Zeta ships with.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1231
retrieving revision 1.1232
diff -u -d -r1.1231 -r1.1232
--- ChangeLog	20 Jan 2006 23:25:54 -0000	1.1231
+++ ChangeLog	21 Jan 2006 17:39:10 -0000	1.1232
@@ -1,3 +1,14 @@
+2006-01-21  Christian Biesinger  <cbiesinger at web.de>
+
+	* pixman/src/fbpict.c: (detectCPUFeatures):
+	* src/cairo-paginated-surface.c:
+	(_cairo_paginated_surface_get_target):
+	* test/cairo-test.c: (create_image_surface):
+
+	Don't mix declarations and code. This makes the code valid ISO C,
+	fixes a gcc -pedantic warning, and unbreaks the build with the
+	compiler Zeta ships with.
+
 2006-01-20  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo.h:



More information about the cairo-commit mailing list