summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-05-19 12:22:54 +0200
committerKarel Kočí <cynerd@email.cz>2018-05-19 12:22:54 +0200
commite6b85b6530bcaf56505b16a95da2c8b81bffd539 (patch)
tree40b3d46c27a67667e976d84b62a5ea420626ae96
parent33692359ec516ce194f34bab361f04b1c2a54efc (diff)
downloadsurf-e6b85b6530bcaf56505b16a95da2c8b81bffd539.tar.gz
surf-e6b85b6530bcaf56505b16a95da2c8b81bffd539.tar.bz2
surf-e6b85b6530bcaf56505b16a95da2c8b81bffd539.zip
Enable WebGLv2.0.6
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 76dc895..a14fb4b 100644
--- a/config.h
+++ b/config.h
@@ -46,7 +46,7 @@ static Parameter defconfig[ParameterLast] = {
[SpellLanguages] = { { .v = ((char *[]){ "en_US", "cs_CZ", NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
- [WebGL] = { { .i = 0 }, },
+ [WebGL] = { { .i = 1 }, },
[ZoomLevel] = { { .f = 1.0 }, },
};