]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcclient.cpp
rebaked after listctrl/imagelist and wxUniv changes
[wxWidgets.git] / src / dfb / dcclient.cpp
index 160f3e336d8e123e15507ee29015cae49f24f6c8..d44190e4e33bb7652d892f186d9e92f7aabd9971 100644 (file)
@@ -58,7 +58,7 @@ void wxWindowDC::InitForWin(wxWindow *win, const wxRect *rect)
     wxPoint origin;
     wxIDirectFBSurfacePtr surface;
 
-    if ( !win->IsVisible() )
+    if ( !win->IsShownOnScreen() )
     {
         // we're painting on invisible window: the changes won't have any
         // effect, as the window will be repainted anyhow when it is shown, but
@@ -117,7 +117,7 @@ wxWindowDC::~wxWindowDC()
 
     // painting on hidden window has no effect on TLW's surface, don't
     // waste time flipping the dummy surface:
-    if ( !m_win->IsVisible() )
+    if ( !m_win->IsShownOnScreen() )
         return;
 
     // if no painting was done on the DC, we don't have to flip the surface: