mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
gfx: add pref for enabling APZ without e10s
This commit is contained in:
parent
3b473f209a
commit
f67b2f0342
3 changed files with 10 additions and 5 deletions
|
|
@ -705,6 +705,10 @@ pref("apz.y_skate_size_multiplier", "1.5");
|
|||
pref("apz.y_stationary_size_multiplier", "1.5");
|
||||
#endif
|
||||
|
||||
#if !defined(MOZ_WIDGET_ANDROID) && !defined(MOZ_WIDGET_UIKIT)
|
||||
pref("apz.desktop.enabled", false);
|
||||
#endif
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
// Whether to run in native HiDPI mode on machines with "Retina"/HiDPI display;
|
||||
// <= 0 : hidpi mode disabled, display will just use pixel-based upscaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue