diff --git a/include/wx/mac/carbon/private.h b/include/wx/mac/carbon/private.h index 14f164d56a..acbf5273fd 100644 --- a/include/wx/mac/carbon/private.h +++ b/include/wx/mac/carbon/private.h @@ -199,8 +199,10 @@ private : WindowRef m_data ; } ; -wxWindow *wxFindControlFromMacControl(ControlRef inControl ) ; -wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ; +wxWindow * wxFindControlFromMacControl(ControlRef inControl ) ; +wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ; +wxMenu* wxFindMenuFromMacMenu(MenuRef inMenuRef) ; + extern wxWindow* g_MacLastWindow ; pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ; Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true ) ; @@ -282,7 +284,7 @@ public : return SetParameter( inName, wxMacGetEventParamType() , &data ) ; } - EventKind GetKind() + UInt32 GetKind() { return ::GetEventKind( m_eventRef ) ; }