diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/content.h | 1 |
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; |