From: Stefan Csomor Date: Fri, 28 Dec 2001 19:13:16 +0000 (+0000) Subject: added support for appearance brushes, corrected blitting origin X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dc8f5bd687e26d3c7443912c015875020e8b948d 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 --- diff --git a/include/wx/mac/dc.h b/include/wx/mac/dc.h index ea40eaec03..7412c44da1 100644 --- a/include/wx/mac/dc.h +++ b/include/wx/mac/dc.h @@ -178,6 +178,7 @@ class WXDLLEXPORT wxDC: public wxDCBase } RgnHandle MacGetCurrentClipRgn() { return m_macCurrentClipRgn ; } + static MacSetupBackgroundForCurrentPort(const wxBrush& background ) ; // protected: