fixing constant for tiger

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-05-10 04:47:23 +00:00
parent e8e4bf45c5
commit 49659759d0

View File

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