projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed client data stuff from wxMenuBase since it now gets it from wxEvtHandler.
[wxWidgets.git]
/
include
/
wx
/
mac
/
dc.h
diff --git
a/include/wx/mac/dc.h
b/include/wx/mac/dc.h
index b98087e5d76f3abf9d4e532047aa11a0a527fef6..fe4ebd4b7dd7e863d514ea7bf51ec9867c586221 100644
(file)
--- 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,
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
// this is gnarly - we can't even call this function DoSetClippingRegion()
// because of virtual function hiding