diff options
author | Martin Robinson <mrobinson@igalia.com> | 2012-02-03 03:47:34 +0800 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2012-02-03 03:47:34 +0800 |
commit | 98ad801a50d8a7f470678bdb86f9eb57dd009ee5 (patch) | |
tree | 28965a6a0173eb52f426576b2bd0329942fc4e61 /lib | |
parent | 9ead439a12282b6182da3e7c81f4df46a3a6270d (diff) | |
download | gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.tar.gz gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.tar.zst gsoc2013-epiphany-98ad801a50d8a7f470678bdb86f9eb57dd009ee5.zip |
Allow toggling WebGL as a runtime GSettings switch
If WebGL is enabled in WebKitGTK+, this new GSettings switch
disables and enables WebGL settings at runtime. WebGL is disabled
by default currently because Epiphany may use Clutter in the future.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 1f8a347b2..4ba2a918e 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -86,6 +86,7 @@ typedef enum #define EPHY_PREFS_WEB_ENABLE_PLUGINS "enable-plugins" #define EPHY_PREFS_WEB_ENABLE_JAVASCRIPT "enable-javascript" #define EPHY_PREFS_WEB_ENABLE_SPELL_CHECKING "enable-spell-checking" +#define EPHY_PREFS_WEB_ENABLE_WEBGL "enable-webgl" #define EPHY_PREFS_WEB_COOKIES_POLICY "cookies-policy" #define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE "image-animation-mode" #define EPHY_PREFS_WEB_DEFAULT_ENCODING "default-encoding" |