# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1330764226 0 # Node ID 48a61abcd5bb544a850e3aa520b444cc0f4ca02d # Parent e4a641036581a1af8024a8e723ca1903c932a0b6 Make sure source will build with Mac frameworks older than 10.7. diff -r e4a641036581 -r 48a61abcd5bb mac/dw.m --- 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: