summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-05-19 12:21:54 +0200
committerKarel Kočí <cynerd@email.cz>2018-05-19 12:21:54 +0200
commit33692359ec516ce194f34bab361f04b1c2a54efc (patch)
tree32699140408e22d9a4b40fdefb79396f30f49fed /config.h
parent545133a542d1904632768db1922be6e3a38ae10f (diff)
parent81f0452bc6c2a110239fa303ad1e72f11c33dc94 (diff)
downloadsurf-33692359ec516ce194f34bab361f04b1c2a54efc.tar.gz
surf-33692359ec516ce194f34bab361f04b1c2a54efc.tar.bz2
surf-33692359ec516ce194f34bab361f04b1c2a54efc.zip
Merge branch 'surf-webkit2' into mysurf
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 53a0d6b..76dc895 100644
--- a/config.h
+++ b/config.h
@@ -46,6 +46,7 @@ static Parameter defconfig[ParameterLast] = {
[SpellLanguages] = { { .v = ((char *[]){ "en_US", "cs_CZ", NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
+ [WebGL] = { { .i = 0 }, },
[ZoomLevel] = { { .f = 1.0 }, },
};