summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <none@none>2012-09-24 22:35:19 +0200
committerportix <none@none>2012-09-24 22:35:19 +0200
commitf0a3b9d7f5c3ed6cfc067ae7da8c35af334a7b47 (patch)
tree516aecc281545b453bc246c2971fdeafaa7a5f89 /src/config.h
parent95cd7ce2cd43c13809380446e7403c463dbe4f92 (diff)
downloaddwb-f0a3b9d7f5c3ed6cfc067ae7da8c35af334a7b47.zip
Adding option 'enable-webgl', closing #170
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 238938c6..d0d208cc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -919,6 +919,8 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_BUILTIN, BOOLEAN, { .b = false }, (S_Func) dwb_webkit_setting, { 0 }, },
{ { "enable-universal-access-from-file-uris", "Whether to allow files loaded through file:", },
SETTING_BUILTIN, BOOLEAN, { .b = true }, (S_Func) dwb_webkit_setting, { 0 }, },
+ { { "enable-webgl", "Enable or disable support for webgl on pages", },
+ SETTING_BUILTIN, BOOLEAN, { .b = false }, (S_Func) dwb_webkit_setting, { 0 }, },
{ { "enable-xss-auditor", "Whether to enable the XSS auditor", },
SETTING_BUILTIN, BOOLEAN, { .b = true }, (S_Func) dwb_webkit_setting, { 0 }, },
{ { "enforce-96-dpi", "Enforce a resolution of 96 dpi", },