summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index d029a7554..79b2ca3ec 100644
--- a/render/html.h
+++ b/render/html.h
@@ -23,6 +23,7 @@ struct box;
struct browser_window;
struct content;
struct object_params;
+struct imagemap;
struct box_position {
struct box *box;
@@ -73,6 +74,8 @@ struct content_html_data {
const content_type *permitted_types;
} *object;
+ struct imagemap **imagemaps; /**< Hashtable of imagemaps */
+
pool box_pool; /**< Memory pool for box tree. */
pool string_pool; /**< Memory pool for strings. */
};