diff options
author | Anselm R Garbe <anselm@garbe.us> | 2013-07-20 08:52:10 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2013-07-20 08:52:10 +0200 |
commit | 7001df98d1cb8121f4555e76c47a31f0975a85dc (patch) | |
tree | 31e18e74ab3e6db246de955d032b627c94e9074e /config.def.h | |
parent | 2e978627ddd4d18470b0d49008d9c285ed774c3d (diff) | |
download | surf-7001df98d1cb8121f4555e76c47a31f0975a85dc.tar.gz surf-7001df98d1cb8121f4555e76c47a31f0975a85dc.tar.bz2 surf-7001df98d1cb8121f4555e76c47a31f0975a85dc.zip |
applied Nick's 96dpi patch, thanks
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |