From 7817d0ec83b16dad6ad4f68039a58c371dbca38e Mon Sep 17 00:00:00 2001 From: "Eon S. Jeon" Date: Sat, 30 Sep 2017 00:34:35 +0900 Subject: Add support for WebGL Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2e735bf..6748f8a 100644 --- a/config.def.h +++ b/config.def.h @@ -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 }, }, }; -- cgit v1.2.3