summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-03 17:52:45 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-03 17:52:45 +0000
commite851bbcf37cc72afe07d1294331abb636272064a (patch)
tree62abba013c162df0deb6748813f3c0782077a4e6 /render/box.h
parentcdf0601420e087afd14aabca4b00224b59f0660a (diff)
downloadnetsurf-e851bbcf37cc72afe07d1294331abb636272064a.tar.gz
netsurf-e851bbcf37cc72afe07d1294331abb636272064a.tar.bz2
[project @ 2003-09-03 17:52:45 by bursa]
Add box_coords(). svn path=/import/netsurf/; revision=264
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 177c1395b..a00daee48 100644
--- a/render/box.h
+++ b/render/box.h
@@ -167,5 +167,6 @@ struct page_elements
void xml_to_box(xmlNode *n, struct content *c);
void box_dump(struct box * box, unsigned int depth);
void box_free(struct box *box);
+void box_coords(struct box *box, unsigned long *x, unsigned long *y);
#endif