X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/797397959859c605bfc517f60135eed4286f30b9..880d76dfb12d4e8466df30d641bb25c6f71bd398:/include/wx/osx/carbon/region.h?ds=sidebyside diff --git a/include/wx/osx/carbon/region.h b/include/wx/osx/carbon/region.h index 4701c91fac..eec9be0037 100644 --- a/include/wx/osx/carbon/region.h +++ b/include/wx/osx/carbon/region.h @@ -17,12 +17,12 @@ class WXDLLIMPEXP_CORE wxRegion : public wxRegionWithCombine { public: + wxRegion() { } wxRegion(long x, long y, long w, long h); wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight); wxRegion(const wxRect& rect); wxRegion( WXHRGN hRegion ); wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE ); - wxRegion(); #if wxUSE_IMAGE wxRegion(const wxBitmap& bmp) { @@ -55,6 +55,7 @@ protected: virtual bool DoOffset(wxCoord x, wxCoord y); virtual bool DoCombine(const wxRegion& region, wxRegionOp op); + virtual bool DoUnionWithRect(const wxRect& rect); private: DECLARE_DYNAMIC_CLASS(wxRegion)