changeset 1610:48a61abcd5bb

Make sure source will build with Mac frameworks older than 10.7.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 03 Mar 2012 08:43:46 +0000
parents e4a641036581
children 2675e0edcc1d
files mac/dw.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Sat Mar 03 06:15:22 2012 +0000
+++ b/mac/dw.m	Sat Mar 03 08:43:46 2012 +0000
@@ -7804,6 +7804,10 @@
     }
 }
 
+#ifndef NSWindowCollectionBehaviorFullScreenPrimary
+#define NSWindowCollectionBehaviorFullScreenPrimary (1 << 7)
+#endif
+
 /*
  * Create a new Window Frame.
  * Parameters: