From ddeadd1c02880367ad786b113d352a519f45ec73 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Jul 2009 23:05:34 +0000 Subject: Merge LibCSS port to trunk. svn path=/trunk/netsurf/; revision=8752 --- image/bmp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/bmp.h') diff --git a/image/bmp.h b/image/bmp.h index 905f9b40f..f7b974f03 100644 --- a/image/bmp.h +++ b/image/bmp.h @@ -40,7 +40,8 @@ struct content_bmp_data { extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */ -bool nsbmp_create(struct content *c, const char *params[]); +bool nsbmp_create(struct content *c, struct content *parent, + const char *params[]); bool nsbmp_convert(struct content *c, int width, int height); void nsbmp_destroy(struct content *c); bool nsbmp_redraw(struct content *c, int x, int y, -- cgit v1.2.3