From a83537fe02d29fc36a78be0f5599421edf75dc62 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Sat, 27 Aug 2005 19:32:57 +0000 Subject: Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas) Use NULL not 0. --- pixman/src/icrect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixman/src/icrect.c') 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, -- cgit v1.2.3