mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 939572 - Build widget/cocoa in unified mode. r=josh
This commit is contained in:
parent
935ad23e53
commit
cbbdf5d4d4
@ -53,7 +53,7 @@ public:
|
||||
NS_DECL_NSIGFXINFODEBUG
|
||||
#endif
|
||||
|
||||
virtual uint32_t OperatingSystemVersion() const { return mOSXVersion; }
|
||||
virtual uint32_t OperatingSystemVersion() MOZ_OVERRIDE { return mOSXVersion; }
|
||||
|
||||
protected:
|
||||
|
||||
|
@ -23,7 +23,7 @@ LIBRARY_NAME = 'widget_mac'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'GfxInfo.mm',
|
||||
'NativeKeyBindings.mm',
|
||||
'nsAppShell.mm',
|
||||
@ -65,7 +65,7 @@ SOURCES += [
|
||||
]
|
||||
|
||||
if CONFIG['TARGET_CPU'] == 'x86_64':
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'ComplexTextInputPanel.mm',
|
||||
]
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "nsINode.h"
|
||||
|
||||
namespace dom = mozilla::dom;
|
||||
using namespace mozilla;
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsMenuGroupOwnerX, nsIMutationObserver)
|
||||
|
||||
|
@ -9,7 +9,7 @@ if CONFIG['MOZ_X11']:
|
||||
|
||||
MODULE = 'widget'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsShmImage.cpp',
|
||||
'SharedWidgetUtils.cpp',
|
||||
'WidgetEventImpl.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user