Tried to find a non-existing bug in the cursor-code

Removed Karsten's third Makefile.in attempt


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-09-09 09:57:24 +00:00
parent ab346a0c3f
commit d8c838755a
5 changed files with 104 additions and 40 deletions

View File

@@ -133,7 +133,7 @@ bool wxCursor::operator != ( const wxCursor& cursor )
bool wxCursor::Ok(void) const
{
return TRUE;
return (m_refData != NULL);
}
GdkCursor *wxCursor::GetCursor(void) const