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 ) ;