]> git.saurik.com Git - wxWidgets.git/commitdiff
Implement SetBackground()
authorDavid Elliott <dfe@tgwbd.org>
Wed, 9 Jul 2003 18:37:18 +0000 (18:37 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 9 Jul 2003 18:37:18 +0000 (18:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/dc.mm

index 681663b4aa4e0f9c4b487540702f90681eb94362..d440fe1eed7cf2e18a410df5d3c7364d43525cf3 100644 (file)
@@ -347,8 +347,9 @@ void wxDC::Clear()
 {
 }
 
-void wxDC::SetBackground(const wxBrush&)
+void wxDC::SetBackground(const wxBrush& brush)
 {
+    m_backgroundBrush = brush;
 }
 
 void wxDC::SetPalette(const wxPalette&)