Fixed OnSetCursor for Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-04-03 18:17:05 +00:00
parent e5c4c38b5d
commit 91ce04cf9e
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ public:
// Adjusts the panes
void OnSize(wxSizeEvent& event);
#ifdef __WXMSW__
#if defined(__WXMSW__) || defined(__WXMAC__)
// Handle cursor correctly
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW

View File

@ -215,7 +215,7 @@ public:
protected:
// event handlers
#ifdef __WXMSW__
#if defined(__WXMSW__) || defined(__WXMAC__)
void OnSetCursor(wxSetCursorEvent& event);
#endif // wxMSW