diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-10-19 18:55:53 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-10-19 18:55:53 +0200 |
commit | 432f45a85213a78da207c63890ed7f85afff5478 (patch) | |
tree | 617e2058b0341a9bb18a1d2bdb11bf6e16519f86 /config.def.h | |
parent | 7e9a37f25fb72c7a739e8d2b0bcf753cf5266c6b (diff) | |
download | surf-432f45a85213a78da207c63890ed7f85afff5478.tar.gz surf-432f45a85213a78da207c63890ed7f85afff5478.tar.bz2 surf-432f45a85213a78da207c63890ed7f85afff5478.zip |
Add zoom level support.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |