From d7627cecebad4abb64840561d7afa46a62e1dd6d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 13 Aug 2004 00:55:59 +0000 Subject: [project @ 2004-08-13 00:55:59 by jmb] Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index 82e015150..a74892eb9 100644 --- a/content/content.c +++ b/content/content.c @@ -200,7 +200,7 @@ static const struct handler_entry handler_map[] = { #endif #ifdef WITH_PLUGIN {plugin_create, 0, plugin_convert, - 0, plugin_destroy, 0, plugin_redraw, + plugin_reformat, plugin_destroy, 0, plugin_redraw, plugin_open, plugin_close, true}, #endif -- cgit v1.2.3