mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891194 - Changed BROKEN_WM_Z_ORDER to not be defined for mac. r=dao
--HG-- extra : rebase_source : 0947d2d97f3aa4d4707215f0d9bf90ba6f508b59
This commit is contained in:
parent
de49dfa54e
commit
a1087189be
@ -86,9 +86,11 @@ const BROWSER_EVENTS = [
|
||||
// The number of milliseconds in a day
|
||||
const MS_PER_DAY = 1000.0 * 60.0 * 60.0 * 24.0;
|
||||
|
||||
#ifndef XP_WIN
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
#define BROKEN_WM_Z_ORDER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Cu.import("resource://gre/modules/Services.jsm", this);
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
|
||||
|
@ -11,9 +11,11 @@ const Cu = Components.utils;
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/PrivateBrowsingUtils.jsm");
|
||||
|
||||
#ifndef XP_WIN
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
#define BROKEN_WM_Z_ORDER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
this.RecentWindow = {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user