aboutsummaryrefslogtreecommitdiff
path: root/src/web.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.hh')
-rw-r--r--src/web.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web.hh b/src/web.hh
index a5e05a2f..2671c6ef 100644
--- a/src/web.hh
+++ b/src/web.hh
@@ -27,6 +27,7 @@ struct _DilloWeb {
DilloImage *Image; /* For image urls [reference] */
+ int32_t bgColor; /* for image backgrounds */
char *filename; /* Variables for Local saving */
FILE *stream;
int SavedBytes;