From b73c17b7c6977a1c53c13ab49d290bd6faf21cde Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 26 Apr 2022 10:58:05 -0500 Subject: Issue #1829 - Revert "Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx" This reverts commit 616b39413d570fd98a9a300483a3b657a00fa43b. --- gfx/thebes/gfxPrefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gfx/thebes/gfxPrefs.h') 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); -- cgit v1.2.3