summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-08-30 21:45:03 +0000
committerJames Bursa <james@netsurf-browser.org>2003-08-30 21:45:03 +0000
commitcdf0601420e087afd14aabca4b00224b59f0660a (patch)
tree6103c98ee4b2b4c3b701077e761a4a868d093646 /content/content.h
parenta842b765fa72584629d98e40fa47645810bc1f20 (diff)
downloadnetsurf-cdf0601420e087afd14aabca4b00224b59f0660a.tar.gz
netsurf-cdf0601420e087afd14aabca4b00224b59f0660a.tar.bz2
[project @ 2003-08-30 21:45:03 by bursa]
Make page background colour work properly. svn path=/import/netsurf/; revision=263
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
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;