summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-29 19:15:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-29 19:15:54 +0000
commit74395ac888af70d12c3cebf0985c4fc185411c73 (patch)
treeae5e87eb33128517f392cb79bf515e3bb42c2c50 /render/box.c
parentf97d7425a82051ba49bc701ee4342cd935ed4faa (diff)
downloadnetsurf-74395ac888af70d12c3cebf0985c4fc185411c73.tar.gz
netsurf-74395ac888af70d12c3cebf0985c4fc185411c73.tar.bz2
Restartable box tree constructor. Yield between elements.
svn path=/trunk/netsurf/; revision=12912
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box.c b/render/box.c
index b48b07e8f..87f1134cf 100644
--- a/render/box.c
+++ b/render/box.c
@@ -109,8 +109,8 @@ free_box_style(struct box *b)
*/
struct box * box_create(css_select_results *styles, css_computed_style *style,
- bool style_owned, char *href, const char *target, char *title,
- char *id, void *context)
+ bool style_owned, const char *href, const char *target,
+ const char *title, char *id, void *context)
{
unsigned int i;
struct box *box;