diff options
author | Billy Biggs <vektor@dumbterm.net> | 2005-08-27 19:32:57 +0000 |
---|---|---|
committer | Billy Biggs <vektor@dumbterm.net> | 2005-08-27 19:32:57 +0000 |
commit | a83537fe02d29fc36a78be0f5599421edf75dc62 (patch) | |
tree | 55a19cc05b3041847bbc73882e7c5ba6c8d48ff2 /pixman/ChangeLog | |
parent | 96342fe7beee1d0c2084cb6e0f44969d5b05b100 (diff) |
Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)
Use NULL not 0.
Diffstat (limited to 'pixman/ChangeLog')
-rw-r--r-- | pixman/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pixman/ChangeLog b/pixman/ChangeLog index c4cd4c6d..d8141121 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,3 +1,18 @@ +2005-08-27 Billy Biggs <vektor@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@redhat.com> * src/fbmmx.c (detectCPUFeatures): Make the code work with |