summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/render/box.h b/render/box.h
index 80c7f6113..c49c123ed 100644
--- a/render/box.h
+++ b/render/box.h
@@ -107,11 +107,13 @@ 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;
+ 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 {