// 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
/////////////////////////////////////////////////////////////////////////////
wxCursorRefData::wxCursorRefData(void)
{
- m_cursor = NULL;
+ m_cursor = (GdkCursor *) NULL;
}
wxCursorRefData::~wxCursorRefData(void)
bool wxCursor::Ok(void) const
{
- return TRUE;
+ return (m_refData != NULL);
}
GdkCursor *wxCursor::GetCursor(void) const