From dc8f5bd687e26d3c7443912c015875020e8b948d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 28 Dec 2001 19:13:16 +0000 Subject: [PATCH] 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 --- include/wx/mac/dc.h | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2