summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-30 22:21:51 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-30 22:21:51 +0000
commitf3f8ca720a63e026240e8e42ce8ef16bb0b528e2 (patch)
tree198e03710bde3025aa9f31ad09c6e0e0b7aba87f /render/box.h
parentf13643d704f43a310d66183da8fd83f387523860 (diff)
downloadnetsurf-f3f8ca720a63e026240e8e42ce8ef16bb0b528e2.tar.gz
netsurf-f3f8ca720a63e026240e8e42ce8ef16bb0b528e2.tar.bz2
[project @ 2003-06-30 22:21:51 by bursa]
Add title attribute support. svn path=/import/netsurf/; revision=195
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 e8c7bc58a..b63c4b3ff 100644
--- a/render/box.h
+++ b/render/box.h
@@ -89,6 +89,7 @@ struct box {
char * text;
unsigned int space : 1; /* 1 <=> followed by a space */
char * href;
+ char * title;
unsigned int length;
unsigned int columns;
struct box * next;