summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index 4ec60d791..177c1395b 100644
--- a/render/box.h
+++ b/render/box.h
@@ -90,6 +90,11 @@ struct object_params {
/* not a parameter, but stored here for convenience */
char* basehref;
char* filename;
+ int browser;
+ int plugin;
+ int browser_stream;
+ int plugin_stream;
+ unsigned int plugin_task;
};
struct plugin_params {