]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/window.cpp
Use std::isfinite() for wxFinite() for C++11 compilers.
[wxWidgets.git] / src / dfb / window.cpp
index 51707653a868e4ccb6cc636ff70365bd9d82ecfb..8b8c84ef68f1a790020668fdd1e10f97976d816c 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        src/dfb/window.cpp
 // Purpose:     wxWindow
 // Author:      Vaclav Slavik
-//              (based on GTK, MSW, MGL implementations)
+//              (based on GTK, MSW implementations)
 // Created:     2006-80-10
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -323,7 +322,7 @@ bool wxWindowDFB::SetCursor(const wxCursor& cursor)
 
 #warning "implement this"
 #if 0
-    if ( m_cursor.Ok() )
+    if ( m_cursor.IsOk() )
         DFB_wmSetWindowCursor(m_wnd, *m_cursor.GetDFBCursor());
     else
         DFB_wmSetWindowCursor(m_wnd, *wxSTANDARD_CURSOR->GetDFBCursor());