X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=b81e6b0e6e5fdbbe6da409b940813948027ff997;hp=7927b4209bc6b66ce5b5ad8ab716f5ee8b6cf725;hb=432f45a85213a78da207c63890ed7f85afff5478;hpb=7e9a37f25fb72c7a739e8d2b0bcf753cf5266c6b 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;