X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d835f05e11b928b56ecdf9dc305069044dede118..bf89b538f24d96be1dbb5bfa4037397b5438c5e2:/include/wx/mac/window.h diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index f2fea8ccce..96f1c62b24 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -241,6 +241,7 @@ public: virtual void Update() ; // for compatibility void MacUpdateImmediately() { Update() ; } + bool MacSetupCursor( const wxPoint& pt ) ; // virtual bool MacSetPortDrawingParams( const Point & localOrigin, const Rect & clipRect, WindowRef window , wxWindowMac* rootwin ) ; // virtual void MacGetPortParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindowMac** rootwin ) ;