summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-23 15:02:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-23 15:02:15 +0100
commit9751a107057cfe19e16e778e945d76b456d3b434 (patch)
tree5f9bef673c9709346c7bb76651a11b6b7e77c64b /render/html_internal.h
parente8df19f3d2f4ac68da498b6c114cc08f7a452bfd (diff)
downloadnetsurf-9751a107057cfe19e16e778e945d76b456d3b434.tar.gz
netsurf-9751a107057cfe19e16e778e945d76b456d3b434.tar.bz2
Handle title on dom event. Remove head walker from begin_conversion.
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 7c30fdda0..43fce9bfd 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -93,6 +93,9 @@ typedef struct html_content {
/** Whether a meta refresh has been handled */
bool refresh;
+ /* Title element node */
+ dom_node *title;
+
/** A talloc context purely for the render box tree */
int *bctx;
/** Box tree, or NULL. */