summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-03-14 06:35:42 +0100
committerChristoph Lohmann <20h@r-36.net>2013-03-14 06:35:42 +0100
commitd02f73d9902b953e6d815856844c79e3755c26fd (patch)
tree30188490a81273ba0a8bd5049360801efd175f0a /config.def.h
parenta5dddd8fd3cce2d77b9bbb3e22f2d1f1552b6ee4 (diff)
downloadsurf-d02f73d9902b953e6d815856844c79e3755c26fd.tar.gz
surf-d02f73d9902b953e6d815856844c79e3755c26fd.tar.bz2
surf-d02f73d9902b953e6d815856844c79e3755c26fd.zip
Adding a default font size option.
Thanks Alexander Sedov <alex0player@gmail.com>!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
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;