]> git.saurik.com Git - wxWidgets.git/commitdiff
adding constant which appears in Leopard SDK only
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 Jul 2008 21:51:30 +0000 (21:51 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 Jul 2008 21:51:30 +0000 (21:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/nonownedwnd.cpp

index 17319a4ea5127b2b1d5d37be24b54408f65dc47f..65d3f4517fca8f66b076cdf654f5a86dae2aa8d8 100644 (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
 // ---------------------------------------------------------------------------