Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit.
13 lines
650 B
JavaScript
13 lines
650 B
JavaScript
$NetBSD: patch-mozilla_modules_libpref_init_all.js,v 1.1 2017/04/27 13:38:19 ryoon Exp $
|
|
|
|
--- mozilla/modules/libpref/init/all.js.orig 2016-04-07 21:33:29.000000000 +0000
|
|
+++ mozilla/modules/libpref/init/all.js
|
|
@@ -4332,7 +4332,7 @@ pref("layers.max-active", -1);
|
|
pref("layers.tiles.adjust", true);
|
|
|
|
// Set the default values, and then override per-platform as needed
|
|
-pref("layers.offmainthreadcomposition.enabled", true);
|
|
+pref("layers.offmainthreadcomposition.enabled", false);
|
|
// Compositor target frame rate. NOTE: If vsync is enabled the compositor
|
|
// frame rate will still be capped.
|
|
// -1 -> default (match layout.frame_rate or 60 FPS)
|