From 237e10058aaceca4660259d3948662a1e0b79cfb Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 25 Aug 2013 19:50:40 +0200 Subject: Add fullscreen mode as flag and config option. --- 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 49ffa49..7927b42 100644 --- a/config.def.h +++ b/config.def.h @@ -11,6 +11,7 @@ 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 Bool runinfullscreen = FALSE; /* Run in fullscreen mode by default */ static guint defaultfontsize = 12; -- cgit v1.2.3