X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..21c358b270f93ac133f9ff233860fc3b2a480ea6:/include/wx/cursor.h diff --git a/include/wx/cursor.h b/include/wx/cursor.h index 14e5e25dea..651afd5a09 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -1,7 +1,20 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/cursor.h +// Purpose: wxCursor base header +// Author: Julian Smart +// Modified by: +// Created: +// Copyright: (c) Julian Smart +// RCS-ID: $Id$ +// Licence: wxWindows Licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_CURSOR_H_BASE_ #define _WX_CURSOR_H_BASE_ -#if defined(__WXMSW__) +#if defined(__WXPALMOS__) +#include "wx/palmos/cursor.h" +#elif defined(__WXMSW__) #include "wx/msw/cursor.h" #elif defined(__WXMOTIF__) #include "wx/motif/cursor.h" @@ -13,6 +26,8 @@ #include "wx/mgl/cursor.h" #elif defined(__WXMAC__) #include "wx/mac/cursor.h" +#elif defined(__WXCOCOA__) +#include "wx/cocoa/cursor.h" #elif defined(__WXPM__) #include "wx/os2/cursor.h" #endif