mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 381944: Fix all.js for OS/2 and BeOS, r=mkaply
This commit is contained in:
parent
30716ccda9
commit
fbd8efc5e0
@ -1601,11 +1601,13 @@ pref("network.dns.disableIPv6", true);
|
|||||||
# XP_MACOSX
|
# XP_MACOSX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if XP_OS2
|
#ifdef XP_OS2
|
||||||
|
|
||||||
pref("ui.key.menuAccessKeyFocuses", true);
|
pref("ui.key.menuAccessKeyFocuses", true);
|
||||||
pref("layout.css.dpi", -1); // max(96dpi, System setting)
|
pref("layout.css.dpi", -1); // max(96dpi, System setting)
|
||||||
|
|
||||||
|
pref("font.alias-list", "sans,sans-serif,serif,monospace");
|
||||||
|
|
||||||
/* Fonts only needs lists if we have a default that might not be available. */
|
/* Fonts only needs lists if we have a default that might not be available. */
|
||||||
/* Tms Rmn, Helv and Courier are ALWAYS available on OS/2 */
|
/* Tms Rmn, Helv and Courier are ALWAYS available on OS/2 */
|
||||||
|
|
||||||
@ -1787,7 +1789,7 @@ pref("network.dns.disableIPv6", true);
|
|||||||
# OS2
|
# OS2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if XP_BEOS
|
#ifdef XP_BEOS
|
||||||
|
|
||||||
pref("layout.css.dpi", -1); // max(96dpi, System setting)
|
pref("layout.css.dpi", -1); // max(96dpi, System setting)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user