mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 580405 - Turn on OpenGL accelerated layer composition by default on OS X. r=vlad a=b
This commit is contained in:
parent
1a4c17d1cb
commit
4adc5baad4
@ -3210,8 +3210,12 @@ pref("gfx.color_management.mode", 0);
|
||||
#ifdef XP_WIN
|
||||
pref("layers.accelerate-all", true);
|
||||
#else
|
||||
#ifdef XP_MACOSX
|
||||
pref("layers.accelerate-all", true);
|
||||
#else
|
||||
pref("layers.accelerate-all", false);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Whether to allow acceleration on layers at all.
|
||||
pref("layers.accelerate-none", false);
|
||||
|
Loading…
Reference in New Issue
Block a user