wxCocoa: Added preliminary Blit support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-07-22 17:40:52 +00:00
parent 68d31398dd
commit 2c23fe91e3
4 changed files with 59 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ protected:
void CocoaApplyTransformations();
float m_cocoaHeight;
bool m_cocoaFlipped;
// Blitting
virtual bool CocoaDoBlitOnFocusedDC(wxCoord xdest, wxCoord ydest,
wxCoord width, wxCoord height, wxCoord xsrc, wxCoord ysrc,
int logicalFunc, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask);
//-------------------------------------------------------------------------
// Implementation
//-------------------------------------------------------------------------