summaryrefslogtreecommitdiff
path: root/pixman/src/icrect.c
diff options
context:
space:
mode:
authorBilly Biggs <vektor@dumbterm.net>2005-08-27 19:32:57 +0000
committerBilly Biggs <vektor@dumbterm.net>2005-08-27 19:32:57 +0000
commita83537fe02d29fc36a78be0f5599421edf75dc62 (patch)
tree55a19cc05b3041847bbc73882e7c5ba6c8d48ff2 /pixman/src/icrect.c
parent96342fe7beee1d0c2084cb6e0f44969d5b05b100 (diff)
Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)
Use NULL not 0.
Diffstat (limited to 'pixman/src/icrect.c')
-rw-r--r--pixman/src/icrect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/src/icrect.c b/pixman/src/icrect.c
index 24512f4f2..057498f62 100644
--- a/pixman/src/icrect.c
+++ b/pixman/src/icrect.c
@@ -350,7 +350,7 @@ pixman_fill_rectangles (pixman_operator_t op,
while (nRects--)
{
- pixman_composite (op, src, 0, dst, 0, 0, 0, 0,
+ pixman_composite (op, src, NULL, dst, 0, 0, 0, 0,
rects->x,
rects->y,
rects->width,