X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f5766910b6731eb03e82371416e9778203396ce7:/src/palmos/cursor.cpp diff --git a/src/palmos/cursor.cpp b/src/palmos/cursor.cpp index 51368d9ab3..a51fcc0d0f 100644 --- a/src/palmos/cursor.cpp +++ b/src/palmos/cursor.cpp @@ -24,19 +24,19 @@ #pragma hdrstop #endif +#include "wx/cursor.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/app.h" #include "wx/bitmap.h" #include "wx/icon.h" - #include "wx/cursor.h" #include "wx/settings.h" #include "wx/intl.h" + #include "wx/image.h" + #include "wx/module.h" #endif -#include "wx/module.h" -#include "wx/image.h" - // ---------------------------------------------------------------------------- // private classes // ---------------------------------------------------------------------------- @@ -110,7 +110,7 @@ wxCursor::~wxCursor() bool wxCursor::operator==(const wxCursor& cursor) const { - return FALSE; + return false; } wxGDIImageRefData *wxCursor::CreateData() const @@ -130,5 +130,3 @@ const wxCursor *wxGetGlobalCursor() void wxSetCursor(const wxCursor& cursor) { } - -