mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Enable xrender by default.
Resolves perf regressions over remote X, and makes sense for our content back-ends. Resolves #341.
This commit is contained in:
parent
31eaa575a5
commit
c1cd55bc25
1 changed files with 1 additions and 1 deletions
|
|
@ -4679,7 +4679,7 @@ pref("gfx.apitrace.enabled",false);
|
|||
#ifdef MOZ_X11
|
||||
pref("gfx.content.use-native-pushlayer", true);
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
pref("gfx.xrender.enabled",false);
|
||||
pref("gfx.xrender.enabled", true);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue