Files
pkgsrc-ng/www/seamonkey/patches/patch-mozilla_modules_libpref_init_all.js
2016-11-18 22:39:22 +01:00

14 lines
650 B
JavaScript

$NetBSD: patch-mozilla_modules_libpref_init_all.js,v 1.1 2015/10/02 22:49:36 ryoon Exp $
--- mozilla/modules/libpref/init/all.js.orig 2015-09-25 07:36:02.000000000 +0000
+++ mozilla/modules/libpref/init/all.js
@@ -4216,7 +4216,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)