added support for appearance brushes, corrected blitting origin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2001-12-28 19:13:16 +00:00
parent 0ff8e4b5c9
commit dc8f5bd687

View File

@ -178,6 +178,7 @@ class WXDLLEXPORT wxDC: public wxDCBase
}
RgnHandle MacGetCurrentClipRgn() { return m_macCurrentClipRgn ; }
static MacSetupBackgroundForCurrentPort(const wxBrush& background ) ;
//
protected: