summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-01 18:16:05 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-01 18:16:05 +0000
commitcf4294d3a85518a6502ce63a58c0b05d5baab949 (patch)
tree86af17af135871cee20434cad3fbfecca9a7f310 /desktop/options.h
parentf22838ab626bed6948b18bd6eeb28c8bdf210057 (diff)
downloadnetsurf-cf4294d3a85518a6502ce63a58c0b05d5baab949.tar.gz
netsurf-cf4294d3a85518a6502ce63a58c0b05d5baab949.tar.bz2
Implement knockout rendering (controlled by 'knockout_rendering' option or Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages.
svn path=/trunk/netsurf/; revision=2682
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 35e1d62a9..08e808b99 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -55,6 +55,7 @@ extern char *option_ca_bundle;
extern char *option_cookie_file;
extern char *option_cookie_jar;
extern char *option_homepage_url;
+extern bool option_knockout_rendering;
/* Fetcher configuration. */
extern int option_max_fetchers;