mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 601856 - disable hw accel on all platforms until 598864 is resolved. r=blassey
This commit is contained in:
parent
0ccf30b0fd
commit
242328a80e
@ -493,3 +493,6 @@ pref("services.sync.autoconnectDelay", 5);
|
||||
// Drag thresholds
|
||||
pref("ui.dragThresholdX", 25);
|
||||
pref("ui.dragThresholdY", 25);
|
||||
|
||||
// Waiting on bug 598864
|
||||
pref("layers.accelerate-all", false);
|
||||
|
Loading…
Reference in New Issue
Block a user