]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/cursor.cpp
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / motif / cursor.cpp
index 22646e641a976e21475eff4808fbf7d655448078..d9e4623fa9b4a98aadcec4ccf1ee44f228172c35 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -466,7 +465,7 @@ wxXSetBusyCursor (wxWindow * win, const wxCursor * cursor)
     else
     {
         // Restore old cursor
-        if (win->GetCursor().Ok())
+        if (win->GetCursor().IsOk())
             attrs.cursor = (Cursor) win->GetCursor().GetXCursor(display);
         else
             attrs.cursor = None;