]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dc.cpp
Add scrollbars if the columns exceed the horizontal space for the control, also,...
[wxWidgets.git] / src / dfb / dc.cpp
index 60b3782b9275015f480aef7620e1b718f8dfaffc..d8d9176e836d8e73cf6828a4c83bbe93f1fee12d 100644 (file)
@@ -53,10 +53,10 @@ wxDC::wxDC()
 
 wxDC::wxDC(const wxIDirectFBSurfacePtr& surface)
 {
-    Init(surface);
+    DFBInit(surface);
 }
 
-void wxDC::Init(const wxIDirectFBSurfacePtr& surface)
+void wxDC::DFBInit(const wxIDirectFBSurfacePtr& surface)
 {
     m_ok = (surface != NULL);
     wxCHECK_RET( surface != NULL, _T("invalid surface") );