]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/region.h
Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / osx / region.h
1 #if wxOSX_USE_COCOA_OR_CARBON
2 #include "wx/osx/carbon/region.h"
3 #else
4 #define wxRegionGeneric wxRegion
5 #define wxRegionIteratorGeneric wxRegionIterator
6
7 #include "wx/generic/region.h"
8 #endif