[cairo-commit] cairo/pixman ChangeLog,1.115,1.116

Billy Biggs commit at pdx.freedesktop.org
Sat Aug 27 19:32:59 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv22447

Modified Files:
	ChangeLog 
Log Message:
	Some fixes for warnings from sparse (Part of bug #4208,
	Kjartan Maraas)

	* src/fbcompose.c (fetchProcForPicture),
	(fetchPixelProcForPicture), (storeProcForPicture), (fbFetchSolid),
	(fbFetch), (fbFetchTransformed), (fbStore), (fbStoreExternalAlpha),
	(fbCompositeRect):
	* src/fbpict.c (pixman_composite):
	* src/icbltone.c (fbLaneTable), (fbBltOne):
	* src/icimage.c (pixman_image_init), (pixman_image_set_transform):
	* src/icrect.c (pixman_fill_rectangles):
	* src/ictrap.c (FbCreateAlphaPicture):   Use NULL not 0.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- ChangeLog	28 Aug 2005 01:36:09 -0000	1.115
+++ ChangeLog	28 Aug 2005 02:32:57 -0000	1.116
@@ -1,3 +1,18 @@
+2005-08-27  Billy Biggs  <vektor at dumbterm.net>
+
+	Some fixes for warnings from sparse (Part of bug #4208,
+	Kjartan Maraas)
+
+	* src/fbcompose.c (fetchProcForPicture),
+	(fetchPixelProcForPicture), (storeProcForPicture), (fbFetchSolid),
+	(fbFetch), (fbFetchTransformed), (fbStore), (fbStoreExternalAlpha),
+	(fbCompositeRect):
+	* src/fbpict.c (pixman_composite):
+	* src/icbltone.c (fbLaneTable), (fbBltOne):
+	* src/icimage.c (pixman_image_init), (pixman_image_set_transform):
+	* src/icrect.c (pixman_fill_rectangles):
+	* src/ictrap.c (FbCreateAlphaPicture):   Use NULL not 0.
+
 2005-08-27  Owen Taylor  <otaylor at redhat.com>
 
 	* src/fbmmx.c (detectCPUFeatures): Make the code work with



More information about the cairo-commit mailing list