X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..1d2eddff4af247681ac68d7dbe411ca2bc81742f:/include/wx/motif/cursor.h diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index c1d3bce5c3..8ec642b7c9 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -17,6 +17,11 @@ #endif #include "wx/bitmap.h" +#if wxUSE_IMAGE +#include "wx/image.h" +#endif + + /* Cursor for one display, so we can choose the correct one for * the current display. @@ -61,7 +66,11 @@ public: wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_XBM, int hotSpotX = 0, int hotSpotY = 0); - + +#if wxUSE_IMAGE + wxCursor(const wxImage& image); +#endif + wxCursor(wxStockCursor id); ~wxCursor();