projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
attempt to get the 'new focus' window parameter of a focus kill event set correctly
[wxWidgets.git]
/
src
/
cocoa
/
mbarman.mm
diff --git
a/src/cocoa/mbarman.mm
b/src/cocoa/mbarman.mm
index 7870e6dca35016dfbb5640eb8de52e7c15da0a3c..1f0e5c71f8c706cb46e4cdea08fab94fc6c4b205 100644
(file)
--- a/
src/cocoa/mbarman.mm
+++ b/
src/cocoa/mbarman.mm
@@
-1,12
+1,12
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name:
cocoa/mbarman.cpp
+// Name:
src/cocoa/mbarman.mm
// Purpose: wxMenuBarManager implementation
// Author: David Elliott
// Modified by:
// Created: 2003/09/04
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Purpose: wxMenuBarManager implementation
// Author: David Elliott
// Modified by:
// Created: 2003/09/04
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
@@
-28,7
+28,10
@@
#import <AppKit/NSApplication.h>
#import <AppKit/NSWindow.h>
#import <AppKit/NSApplication.h>
#import <AppKit/NSWindow.h>
+#ifndef wxUSE_FSCRIPT
#define wxUSE_FSCRIPT 0
#define wxUSE_FSCRIPT 0
+#endif
+
#if wxUSE_FSCRIPT
#import <FScript/FScriptMenuItem.h>
#endif
#if wxUSE_FSCRIPT
#import <FScript/FScriptMenuItem.h>
#endif