comparison 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
comparison
equal deleted inserted replaced
1609:e4a641036581 1610:48a61abcd5bb
7802 dw_box_pack_start(tmpbox, page, 0, 0, TRUE, TRUE, 0); 7802 dw_box_pack_start(tmpbox, page, 0, 0, TRUE, TRUE, 0);
7803 [notepage setView:box]; 7803 [notepage setView:box];
7804 } 7804 }
7805 } 7805 }
7806 7806
7807 #ifndef NSWindowCollectionBehaviorFullScreenPrimary
7808 #define NSWindowCollectionBehaviorFullScreenPrimary (1 << 7)
7809 #endif
7810
7807 /* 7811 /*
7808 * Create a new Window Frame. 7812 * Create a new Window Frame.
7809 * Parameters: 7813 * Parameters:
7810 * owner: The Owner's window handle or HWND_DESKTOP. 7814 * owner: The Owner's window handle or HWND_DESKTOP.
7811 * title: The Window title. 7815 * title: The Window title.