mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1150282 - Apply APZ prefs meant for desktop to all desktop platforms, not just OS X. r=kats
This commit is contained in:
parent
ba761dc695
commit
c646624d09
@ -544,13 +544,15 @@ pref("apz.x_stationary_size_multiplier", "3.0");
|
||||
pref("apz.y_stationary_size_multiplier", "3.5");
|
||||
pref("apz.zoom_animation_duration_ms", 250);
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
|
||||
// Desktop prefs
|
||||
pref("apz.fling_repaint_interval", 16);
|
||||
pref("apz.smooth_scroll_repaint_interval", 16);
|
||||
pref("apz.pan_repaint_interval", 16);
|
||||
pref("apz.x_skate_size_multiplier", "2.5");
|
||||
pref("apz.y_skate_size_multiplier", "3.5");
|
||||
#else
|
||||
// Mobile prefs
|
||||
pref("apz.fling_repaint_interval", 75);
|
||||
pref("apz.smooth_scroll_repaint_interval", 75);
|
||||
pref("apz.pan_repaint_interval", 250);
|
||||
|
Loading…
Reference in New Issue
Block a user