summaryrefslogtreecommitdiff
path: root/desktop/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.c')
-rw-r--r--desktop/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/options.c b/desktop/options.c
index 1787e55a5..d01caad61 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -101,6 +101,8 @@ int option_max_fetchers_per_host = 5;
* is this plus option_max_fetchers.
*/
int option_max_cached_fetch_handles = 6;
+/** Whether to use knockout rendering */
+bool option_knockout_rendering = false;
EXTRA_OPTION_DEFINE
@@ -142,6 +144,7 @@ struct {
OPTION_INTEGER, &option_max_fetchers_per_host },
{ "max_cached_fetch_handles",
OPTION_INTEGER, &option_max_cached_fetch_handles },
+ { "knockout_rendering", OPTION_BOOL, &option_knockout_rendering },
EXTRA_OPTION_TABLE
};