From: Stefan Csomor Date: Tue, 29 Jul 2008 21:51:30 +0000 (+0000) Subject: adding constant which appears in Leopard SDK only X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e185a681ddac3cecac57c99b0c0049fe21e4b29a adding constant which appears in Leopard SDK only git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/nonownedwnd.cpp b/src/osx/carbon/nonownedwnd.cpp index 17319a4ea5..65d3f4517f 100644 --- a/src/osx/carbon/nonownedwnd.cpp +++ b/src/osx/carbon/nonownedwnd.cpp @@ -41,6 +41,9 @@ wxWindow* g_MacLastWindow = NULL ; +// unified title and toolbar constant - not in Tiger headers, so we duplicate it here +#define kWindowUnifiedTitleAndToolbarAttribute (1 << 7) + // --------------------------------------------------------------------------- // wxWindowMac utility functions // ---------------------------------------------------------------------------