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 --- render/box.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 3f69917bf..bb493a323 100644 --- a/render/box.h +++ b/render/box.h @@ -102,16 +102,9 @@ struct object_params { char* codebase; char* classid; struct plugin_params* params; - /* not a parameter, but stored here for convenience */ + /* not a parameter but stored here for convenience */ char* basehref; - char* filename; - bool repeated; - unsigned int browser; - unsigned int plugin; - unsigned int browser_stream; - unsigned int plugin_stream; - unsigned int plugin_task; - unsigned int consumed; + }; struct plugin_params { -- cgit v1.2.3