From d02f73d9902b953e6d815856844c79e3755c26fd Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Thu, 14 Mar 2013 06:35:42 +0100 Subject: Adding a default font size option. Thanks Alexander Sedov ! --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 85bfe47..052313c 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,8 @@ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static Bool kioskmode = FALSE; /* Ignore shortcuts */ +static guint defaultfontsize = 12; + /* Webkit default features */ static Bool enablescrollbars = TRUE; static Bool enablespatialbrowsing = TRUE; -- cgit v1.2.3