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/ico.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/ico.h') diff --git a/image/ico.h b/image/ico.h index 435981470..cd7b0b432 100644 --- a/image/ico.h +++ b/image/ico.h @@ -35,7 +35,8 @@ struct content_ico_data { struct ico_collection *ico; /** ICO collection data */ }; -bool nsico_create(struct content *c, const char *params[]); +bool nsico_create(struct content *c, struct content *parent, + const char *params[]); bool nsico_convert(struct content *c, int width, int height); void nsico_destroy(struct content *c); bool nsico_redraw(struct content *c, int x, int y, -- cgit v1.2.3