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
This commit is contained in:
Stefan Csomor
2008-07-29 21:51:30 +00:00
parent 09f0f2cf08
commit e185a681dd

View File

@@ -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
// ---------------------------------------------------------------------------