porting dcscreen blit from 2.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-10-06 19:48:52 +00:00
parent 52cefafe7e
commit 4fcb208a4f
7 changed files with 292 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ public:
wxScreenDCImpl( wxDC *owner );
virtual ~wxScreenDCImpl();
virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const;
private:
void* m_overlayWindow;