summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
commit58d9b45e819cc2c1b9909f503cb6e9901b8c6d29 (patch)
tree1fab459d25d1053204e93da2d7b3b9580b721fde /render/box.h
parentd3a5e7251db1e09846affde32f3a202f762d2da7 (diff)
downloadnetsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.gz
netsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.bz2
[project @ 2005-08-14 23:56:15 by jmb]
Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index 7eaca2622..405683fe7 100644
--- a/render/box.h
+++ b/render/box.h
@@ -254,6 +254,7 @@ struct box *box_at_point(struct box *box, int x, int y,
struct box *box_object_at_point(struct content *c, int x, int y);
struct box *box_find_by_id(struct box *box, const char *id);
void box_dump(struct box *box, unsigned int depth);
+bool box_extract_link(const char *rel, const char *base, char **result);
bool box_vscrollbar_present(const struct box *box);
bool box_hscrollbar_present(const struct box *box);