]> git.saurik.com Git - wxWidgets.git/commitdiff
switching to correct name as Tiger doesn't have the workaround anymore
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Jul 2004 19:34:40 +0000 (19:34 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Jul 2004 19:34:40 +0000 (19:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toplevel.cpp

index 896ede9fdb8c5d40ca36e661b354baa0518cc183..a649ffa03ed3012fcd6d5c0790563dade2c1c0f2 100644 (file)
@@ -1262,7 +1262,7 @@ static SInt32 wxShapedMacWindowGetFeatures(WindowRef window, SInt32 param)
                         kWindowCanDrawInCurrentPort|
                         //kWindowCanMeasureTitle|
                         kWindowWantsDisposeAtProcessDeath|
-                        kWindowSupportsSetGrowImageRegion|
+                        kWindowSupportsGetGrowImageRegion|
                         kWindowDefSupportsColorGrafPort;
     return 1;
 }