summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-13 00:55:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-13 00:55:59 +0000
commitd7627cecebad4abb64840561d7afa46a62e1dd6d (patch)
treee33a8ec56ebc5463dd5bfb8e60b9a898f72e4c24 /render/box.h
parent0a93f2d264080b8c0c748cbe0477123a3eb4b62d (diff)
downloadnetsurf-d7627cecebad4abb64840561d7afa46a62e1dd6d.tar.gz
netsurf-d7627cecebad4abb64840561d7afa46a62e1dd6d.tar.bz2
[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
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h11
1 files changed, 2 insertions, 9 deletions
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 {