diff options
Diffstat (limited to 'src/web.hh')
-rw-r--r-- | src/web.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |