From f3f8ca720a63e026240e8e42ce8ef16bb0b528e2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 30 Jun 2003 22:21:51 +0000 Subject: [project @ 2003-06-30 22:21:51 by bursa] Add title attribute support. svn path=/import/netsurf/; revision=195 --- render/box.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/box.h') 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; -- cgit v1.2.3