]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/region.h
add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs...
[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