summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-23 19:48:09 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-23 19:48:09 +0000
commit081217a321fd6cee427ac4d3f012b2a5d959cf13 (patch)
treec8558edfe84951629cdc100503074d925d5f057c /desktop/options.h
parent95714a0c00b64f01a2532161dd91cf3c83887c46 (diff)
downloadnetsurf-081217a321fd6cee427ac4d3f012b2a5d959cf13.tar.gz
netsurf-081217a321fd6cee427ac4d3f012b2a5d959cf13.tar.bz2
Add core options to disable fetch of foreground & background images.
Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index cfc585c28..42375f9ef 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -58,6 +58,8 @@ extern int option_disc_cache_age;
extern bool option_block_ads;
extern int option_minimum_gif_delay;
extern bool option_send_referer;
+extern bool option_foreground_images;
+extern bool option_background_images;
extern bool option_animate_images;
extern int option_expire_url;
extern int option_font_default; /* a css_font_family */