summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-29 11:37:05 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-29 11:37:05 +0000
commitab45ecd228d19e0ce6bc17a94a09ea51ef53efe3 (patch)
treeac846957cee71569477cfe59a084159238460321 /render/html.c
parent62900af515dbdf447f3c0c6b07207c72682d3461 (diff)
downloadnetsurf-ab45ecd228d19e0ce6bc17a94a09ea51ef53efe3.tar.gz
netsurf-ab45ecd228d19e0ce6bc17a94a09ea51ef53efe3.tar.bz2
Use lwc_string for box->id.
svn path=/trunk/netsurf/; revision=13093
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index ad0c7f4f2..72daa1a11 100644
--- a/render/html.c
+++ b/render/html.c
@@ -2496,7 +2496,7 @@ struct content_html_object *html_get_objects(hlcache_handle *h, unsigned int *n)
* \param y Updated to global y coord iff id found
* \return true iff id found
*/
-bool html_get_id_offset(hlcache_handle *h, const char *frag_id, int *x, int *y)
+bool html_get_id_offset(hlcache_handle *h, lwc_string *frag_id, int *x, int *y)
{
struct box *pos;
struct box *layout;