mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
16 lines
661 B
JavaScript
16 lines
661 B
JavaScript
$NetBSD: patch-modules_libpref_init_all.js,v 1.2 2015/09/23 06:44:42 ryoon Exp $
|
|
|
|
* Improve stability under NetBSD.
|
|
|
|
--- modules/libpref/init/all.js.orig 2015-08-26 09:39:08.000000000 +0000
|
|
+++ modules/libpref/init/all.js
|
|
@@ -4048,7 +4048,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)
|