From 081217a321fd6cee427ac4d3f012b2a5d959cf13 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Dec 2011 19:48:09 +0000 Subject: 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 --- desktop/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/options.h') 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 */ -- cgit v1.2.3