X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a50a2c4d3b39901947b68c81973016d56da75e1..bfdaa9173ed5b20dd5a9cd83241ce44fc0eff960:/src/dfb/window.cpp?ds=sidebyside diff --git a/src/dfb/window.cpp b/src/dfb/window.cpp index 51707653a8..8b8c84ef68 100644 --- a/src/dfb/window.cpp +++ b/src/dfb/window.cpp @@ -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());