From 9ccfab8705fc0aa696b84cee83a6f2dfef11b2ba Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 4 May 2005 21:00:59 +0000 Subject: [project @ 2005-05-04 21:00:59 by bursa] Fix debug build. svn path=/import/netsurf/; revision=1713 --- debug/debug_bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/debug_bitmap.c b/debug/debug_bitmap.c index a4a7021ce..bd724e0a0 100644 --- a/debug/debug_bitmap.c +++ b/debug/debug_bitmap.c @@ -32,7 +32,7 @@ struct bitmap { * \return an opaque struct bitmap, or NULL on memory exhaustion */ -struct bitmap *bitmap_create(int width, int height) +struct bitmap *bitmap_create(int width, int height, bool clear) { struct bitmap *bitmap; bitmap = calloc(sizeof *bitmap + width * height * 4, 1); -- cgit v1.2.3