X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3dec57adfdb2469b7679930092f0bd9c8569d62c..61b50a43aaaf29fe9c2f848958adafc496439123:/include/wx/mac/dc.h?ds=inline

diff --git a/include/wx/mac/dc.h b/include/wx/mac/dc.h
index b98087e5d7..fe4ebd4b7d 100644
--- a/include/wx/mac/dc.h
+++ b/include/wx/mac/dc.h
@@ -213,7 +213,7 @@ protected:
 
     virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
                         wxDC *source, wxCoord xsrc, wxCoord ysrc,
-                        int rop = wxCOPY, bool useMask = FALSE);
+                        int rop = wxCOPY, bool useMask = FALSE, wxCoord xsrcMask = -1, wxCoord ysrcMask = -1);
 
     // this is gnarly - we can't even call this function DoSetClippingRegion()
     // because of virtual function hiding