]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Patch [ 726877 ]: Remove /GX- from makevc.env
[wxWidgets.git] / src / motif / frame.cpp
index f65136d32db9eebc4d9001481da85feaca4305f7..d6fc8327db650d2bf2fd81509c26b2b04b2fbac4 100644 (file)
@@ -694,13 +694,13 @@ void wxFrame::ChangeFont(bool WXUNUSED(keepOriginalSize))
 void wxFrame::ChangeBackgroundColour()
 {
     if (GetClientWidget())
-        DoChangeBackgroundColour(GetClientWidget(), m_backgroundColour);
+        wxDoChangeBackgroundColour(GetClientWidget(), m_backgroundColour);
 }
 
 void wxFrame::ChangeForegroundColour()
 {
     if (GetClientWidget())
-        DoChangeForegroundColour(GetClientWidget(), m_foregroundColour);
+        wxDoChangeForegroundColour(GetClientWidget(), m_foregroundColour);
 }
 
 /* MATTEW: Used to insure that hide-&-show within an event cycle works */