X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf6e135c04b80763bacd724493f23084b891a366..bfdc04a9bb95e6865570d59192718052b6229221:/src/cocoa/region.cpp diff --git a/src/cocoa/region.cpp b/src/cocoa/region.cpp index 9d6d222412..db1493aa07 100644 --- a/src/cocoa/region.cpp +++ b/src/cocoa/region.cpp @@ -45,6 +45,11 @@ void wxRegion::Clear() UnRef(); } +bool wxRegion::Offset(wxCoord x, wxCoord y) +{ + return false; +} + bool wxRegion::Combine(long x, long y, long width, long height, wxRegionOp op) { return false;