Add support for WebGL

Allows enabling and disabling WebGL support built into WebKit.
The feature is turned off by default.
This commit is contained in:
Eon S. Jeon
2017-09-30 00:34:35 +09:00
committed by Quentin Rameau
parent 723ff26c36
commit 7817d0ec83
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ static Parameter defconfig[ParameterLast] = {
[SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
[WebGL] = { { .i = 0 }, },
[ZoomLevel] = { { .f = 1.0 }, },
};