]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/cursor.cpp
Listctrl updates
[wxWidgets.git] / src / gtk1 / cursor.cpp
index 6b9fd7f64274d8857caccdc6eb21dfee32357dac..01a469f84fa8609c332861c9f41948f858b2fa9d 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        cursor.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Name:        cursor.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -133,7 +132,7 @@ bool wxCursor::operator != ( const wxCursor& cursor )
 
 bool wxCursor::Ok(void) const
 {
 
 bool wxCursor::Ok(void) const
 {
-  return TRUE;
+  return (m_refData != NULL);
 }
 
 GdkCursor *wxCursor::GetCursor(void) const
 }
 
 GdkCursor *wxCursor::GetCursor(void) const