From 4cc85469cb26f8ea1a8f14f17bddb6a5cbea1e88 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 21 Feb 2006 20:49:12 +0000 Subject: [project @ 2006-02-21 20:49:11 by rjw] Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087 --- debug/debug_bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/debug_bitmap.c') diff --git a/debug/debug_bitmap.c b/debug/debug_bitmap.c index 394a7961f..6d7cd3f44 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, bool clear) +struct bitmap *bitmap_create(int width, int height, bitmap_state state) { struct bitmap *bitmap; bitmap = calloc(sizeof *bitmap + width * height * 4, 1); -- cgit v1.2.3