From ec9db1d6af76c053f5e1c746057554e0b0dbcc9b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 29 Apr 2005 01:35:52 +0000 Subject: [project @ 2005-04-29 01:35:52 by rjw] Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699 --- image/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/bitmap.h') diff --git a/image/bitmap.h b/image/bitmap.h index 9d442c214..1e68761b3 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -25,7 +25,7 @@ struct content; /** An opaque image. */ struct bitmap; -struct bitmap *bitmap_create(int width, int height); +struct bitmap *bitmap_create(int width, int height, bool clear); void bitmap_set_opaque(struct bitmap *bitmap, bool opaque); bool bitmap_test_opaque(struct bitmap *bitmap); bool bitmap_get_opaque(struct bitmap *bitmap); -- cgit v1.2.1