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:
committed by
Quentin Rameau
parent
723ff26c36
commit
7817d0ec83
@@ -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 }, },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user