From e185a681ddac3cecac57c99b0c0049fe21e4b29a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 29 Jul 2008 21:51:30 +0000 Subject: [PATCH] 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 --- src/osx/carbon/nonownedwnd.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 // --------------------------------------------------------------------------- -- 2.47.2