From: Stefan Csomor Date: Mon, 19 Jul 2004 19:34:40 +0000 (+0000) Subject: switching to correct name as Tiger doesn't have the workaround anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ae53adb467c9bf372cc5238f04e8b8a55392e541 switching to correct name as Tiger doesn't have the workaround anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 896ede9fdb..a649ffa03e 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -1262,7 +1262,7 @@ static SInt32 wxShapedMacWindowGetFeatures(WindowRef window, SInt32 param) kWindowCanDrawInCurrentPort| //kWindowCanMeasureTitle| kWindowWantsDisposeAtProcessDeath| - kWindowSupportsSetGrowImageRegion| + kWindowSupportsGetGrowImageRegion| kWindowDefSupportsColorGrafPort; return 1; }