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
This commit is contained in:
Stefan Csomor 2004-07-19 19:34:40 +00:00
parent 8520f1374c
commit ae53adb467

View File

@ -1262,7 +1262,7 @@ static SInt32 wxShapedMacWindowGetFeatures(WindowRef window, SInt32 param)
kWindowCanDrawInCurrentPort|
//kWindowCanMeasureTitle|
kWindowWantsDisposeAtProcessDeath|
kWindowSupportsSetGrowImageRegion|
kWindowSupportsGetGrowImageRegion|
kWindowDefSupportsColorGrafPort;
return 1;
}