summaryrefslogtreecommitdiff
path: root/gfx/thebes/gfxPrefs.h
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-04-26 10:58:05 -0500
committerBrian Smith <brian@dbsoft.org>2022-04-26 10:59:55 -0500
commitb73c17b7c6977a1c53c13ab49d290bd6faf21cde (patch)
tree8fbbd6113db3c3852b33eb72e66b001d44c90edd /gfx/thebes/gfxPrefs.h
parent1a31160dde95477993fb7d3aa1327b2a45f8fca8 (diff)
downloaduxp-b73c17b7c6977a1c53c13ab49d290bd6faf21cde.tar.gz
Issue #1829 - Revert "Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx"
This reverts commit 616b39413d570fd98a9a300483a3b657a00fa43b.
Diffstat (limited to 'gfx/thebes/gfxPrefs.h')
-rw-r--r--gfx/thebes/gfxPrefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/thebes/gfxPrefs.h b/gfx/thebes/gfxPrefs.h
index b02638e5a6..ac5bdd45a2 100644
--- a/gfx/thebes/gfxPrefs.h
+++ b/gfx/thebes/gfxPrefs.h
@@ -424,6 +424,9 @@ private:
DECL_GFX_PREF(Live, "gl.ignore-dx-interop2-blacklist", IgnoreDXInterop2Blacklist, bool, false);
DECL_GFX_PREF(Live, "gl.msaa-level", MSAALevel, uint32_t, 2);
+#if defined(XP_MACOSX)
+ DECL_GFX_PREF(Live, "gl.multithreaded", GLMultithreaded, bool, false);
+#endif
DECL_GFX_PREF(Live, "gl.require-hardware", RequireHardwareGL, bool, false);
DECL_GFX_PREF(Once, "image.cache.size", ImageCacheSize, int32_t, 5*1024*1024);