Skip to content
Snippets Groups Projects
Commit 97755fbe authored by George Nachman's avatar George Nachman
Browse files

Fix when building against 10.6 sdk

parent 06861ce3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,6 +39,8 @@
static const int NSWindowCollectionBehaviorFullScreenPrimary = 1 << 7;
static const int NSApplicationPresentationAutoHideToolbar = (1 << 11);
static const int NSApplicationPresentationFullScreen = (1 << 10);
#endif
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1060
typedef unsigned int NSApplicationPresentationOptions;
#endif
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment