diff mac/dw.m @ 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 d7fcea7bfcf9
children 2b55465887e1
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: