From 4b38a2d61a0d46485c885529a054a5bacb014c1d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Mar 2004 22:16:31 +0000 Subject: [project @ 2004-03-26 22:16:31 by jmb] Imagemap support svn path=/import/netsurf/; revision=671 --- render/html.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/html.h') 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. */ }; -- cgit v1.2.3