]> git.saurik.com Git - wxWidgets.git/commitdiff
added support for appearance brushes, corrected blitting origin
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Dec 2001 19:13:16 +0000 (19:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Dec 2001 19:13:16 +0000 (19:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/dc.h

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