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 --- riscos/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index 39c2d1b3d..6f288235a 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -52,7 +52,8 @@ struct content_plugin_data { /* function definitions */ bool plugin_handleable(const char *mime_type); void plugin_msg_parse(wimp_message *message, int ack); -bool plugin_create(struct content *c, const char *params[]); +bool plugin_create(struct content *c, struct content *parent, + const char *params[]); bool plugin_convert(struct content *c, int width, int height); void plugin_reformat(struct content *c, int width, int height); void plugin_destroy(struct content *c); -- cgit v1.2.3