X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7810c95b5de52447a5c2c8aaed06f287e02fc690..4658c44ec233e09db6f108f1ce01f06708907dd7:/include/wx/mac/window.h diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index bef7586650..bd6c9cec42 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -270,7 +270,6 @@ public : virtual void MacGetPortClientParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindow** rootwin) ; virtual void MacDoGetPortClientParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindow** rootwin) ; MacWindowData* MacGetWindowData() { return m_macWindowData ; } - static WindowRef MacGetWindowInUpdate() { return s_macWindowInUpdate ; } bool MacIsWindowScrollbar( const wxScrollBar* sb ) { return (m_hScrollBar == sb || m_vScrollBar == sb) ; } static wxWindow* s_lastMouseWindow ; private: @@ -278,7 +277,6 @@ private: protected: MacWindowData* m_macWindowData ; - static WindowRef s_macWindowInUpdate ; RgnHandle m_macUpdateRgn ; int m_x ;