summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-06 16:26:02 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-06 16:26:02 +0000
commit318803d382986b8c7f5f4f7b5df6e8f3d377c1cb (patch)
treec7fa0b257739e076c15f8b431beff81091ba44d7 /render/html_interaction.c
parent4ef33d143db6bd7273daba177dd08ec826f72eca (diff)
downloadnetsurf-318803d382986b8c7f5f4f7b5df6e8f3d377c1cb.tar.gz
netsurf-318803d382986b8c7f5f4f7b5df6e8f3d377c1cb.tar.bz2
Pass html_content to imagemap_get, instead of hlcache_handle.
svn path=/trunk/netsurf/; revision=12752
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 813736175..f6861a79f 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -287,7 +287,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
}
if (box->usemap) {
- url = imagemap_get(content, box->usemap,
+ url = imagemap_get(html, box->usemap,
box_x, box_y, x, y, &target);
if (url) {
imagemap = true;