]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/overlay.cpp
removed out of date FIXME (part of patch 1590194)
[wxWidgets.git] / src / dfb / overlay.cpp
index 740b3c169b2295b1deb9a0e95f119278c1794c54..64ae7eff539575eb5d5283ac12dd1ee49a047288 100644 (file)
@@ -78,7 +78,7 @@ void wxOverlayImpl::BeginDrawing(wxWindowDC *dc)
     // another DC, so we have to change the DC to draw on the overlay's surface.
     // Setting m_shouldFlip is done to avoid flipping and drawing of overlays
     // in ~wxWindowDC (we do it EndDrawing).
-    dc->Init(m_surface);
+    dc->DFBInit(m_surface);
     dc->SetDeviceOrigin(-origin.x, -origin.y);
     dc->m_shouldFlip = false;