Remove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-30 18:16:44 +00:00
parent 05dff6b075
commit 488194403e
2 changed files with 3 additions and 1446 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,9 @@
// implementation
// ============================================================================
IMPLEMENT_DYNAMIC_CLASS(wxBufferedDC,wxMemoryDC)
IMPLEMENT_ABSTRACT_CLASS(wxBufferedPaintDC,wxBufferedDC)
// ----------------------------------------------------------------------------
// wxSharedDCBufferManager: helper class maintaining backing store bitmap
// ----------------------------------------------------------------------------