X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e876d0f262aa7db7a476946a63fb98fa5b4c5e5b..7422d79765db9e7280da187be7a1b016491b8cfd:/include/wx/osx/cursor.h?ds=sidebyside diff --git a/include/wx/osx/cursor.h b/include/wx/osx/cursor.h index e252623f33..66516c4113 100644 --- a/include/wx/osx/cursor.h +++ b/include/wx/osx/cursor.h @@ -36,12 +36,13 @@ public: void SetHCURSOR(WXHCURSOR cursor); WXHCURSOR GetHCURSOR() const; -private: - void InitFromStock(wxStockCursor); - +protected: virtual wxGDIRefData *CreateGDIRefData() const; virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; +private: + void InitFromStock(wxStockCursor); + void CreateFromImage(const wxImage & image) ; DECLARE_DYNAMIC_CLASS(wxCursor)