X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d835f05e11b928b56ecdf9dc305069044dede118..44893b87abdc8df271363b08a5d1b57cf7e4e04c:/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 ) ;