diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-08-25 19:50:40 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-08-25 19:50:40 +0200 |
commit | 237e10058aaceca4660259d3948662a1e0b79cfb (patch) | |
tree | a52a6ae3c17dec8ec84b5c1dd07984680904e52a /config.def.h | |
parent | 058f7f45e2dd04363bf4f57982f633ddd5b7f16a (diff) | |
download | surf-237e10058aaceca4660259d3948662a1e0b79cfb.tar.gz surf-237e10058aaceca4660259d3948662a1e0b79cfb.tar.bz2 surf-237e10058aaceca4660259d3948662a1e0b79cfb.zip |
Add fullscreen mode as flag and config option.
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 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; |