From 432f45a85213a78da207c63890ed7f85afff5478 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 19 Oct 2013 18:55:53 +0200 Subject: Add zoom level support. --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7927b42..b81e6b0 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,8 @@ static Bool showindicators = TRUE; /* Show indicators in window title */ static Bool zoomto96dpi = TRUE; /* Zoom pages to always emulate 96dpi */ static Bool runinfullscreen = FALSE; /* Run in fullscreen mode by default */ -static guint defaultfontsize = 12; +static guint defaultfontsize = 12; /* Default font size */ +static gfloat zoomlevel = 1.0; /* Default zoom level */ /* Webkit default features */ static Bool enablescrollbars = TRUE; -- cgit v1.2.3