From 7001df98d1cb8121f4555e76c47a31f0975a85dc Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sat, 20 Jul 2013 08:52:10 +0200 Subject: applied Nick's 96dpi patch, thanks --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 08ff707..49ffa49 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,7 @@ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static Bool kioskmode = FALSE; /* Ignore shortcuts */ static Bool showindicators = TRUE; /* Show indicators in window title */ +static Bool zoomto96dpi = TRUE; /* Zoom pages to always emulate 96dpi */ static guint defaultfontsize = 12; -- cgit v1.2.3