From cdf0601420e087afd14aabca4b00224b59f0660a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 30 Aug 2003 21:45:03 +0000 Subject: [project @ 2003-08-30 21:45:03 by bursa] Make page background colour work properly. svn path=/import/netsurf/; revision=263 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 0f2087b8e..77031f077 100644 --- a/content/content.h +++ b/content/content.h @@ -103,6 +103,7 @@ struct content char* source; int length; struct box* layout; + colour background_colour; unsigned int stylesheet_count; struct content **stylesheet_content; struct css_style* style; -- cgit v1.2.3