From bae61d9224f7856ea8563efa96c41743120b2233 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 29 Feb 2008 23:03:26 +0000 Subject: Periodically reflow the page while fetching a page's objects. Make buffer all rendering default. svn path=/trunk/netsurf/; revision=3874 --- 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 b6d5b4a97..6b9fd66e7 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -80,6 +80,8 @@ extern int option_window_screen_width; extern int option_window_screen_height; extern int option_toolbar_status_width; extern int option_scale; +extern bool option_incremental_reflow; +extern int option_min_reflow_period; /* Fetcher configuration. */ extern int option_max_fetchers; -- cgit v1.2.3