summaryrefslogtreecommitdiff
path: root/render/html.h
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/html.h
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/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index c3f36fda3..1c530ec51 100644
--- a/render/html.h
+++ b/render/html.h
@@ -78,6 +78,7 @@ struct content_html_object {
struct content *parent; /**< Parent document */
struct content_html_object *next; /**< Next in chain */
+ char *url; /**< URL of content */
struct hlcache_handle *content; /**< Content, or 0. */
struct box *box; /**< Node in box tree containing it. */
/** Bitmap of acceptable content types */