]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/window.cpp
use iterators instead of c_str()
[wxWidgets.git] / src / dfb / window.cpp
index f82ffb8ed60ecb344ba970291cd8f6bf10a93e52..9e33f696c7773cccabc2795328877d36d7e4f756 100644 (file)
@@ -675,6 +675,7 @@ void wxWindowDFB::PaintWindow(const wxRect& rect)
 
     // FIXME_DFB: don't waste time rendering the area if it's fully covered
     //            by some children, go directly to rendering the children
+    //            (unless some child has HasTransparentBackground()=true!)
 
     // NB: unconditionally send wxEraseEvent, because our implementation of
     //     wxWindow::Refresh() ignores the eraseBack argument