X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a45beea1e36b9655c47c5f744c5d8212f871b0c1..363f7643a690f3605eb2bf4ee9f110cc4e714213:/include/wx/mac/carbon/taskbarosx.h diff --git a/include/wx/mac/carbon/taskbarosx.h b/include/wx/mac/carbon/taskbarosx.h index 22de7f9cd5..362d87260b 100644 --- a/include/wx/mac/carbon/taskbarosx.h +++ b/include/wx/mac/carbon/taskbarosx.h @@ -53,8 +53,11 @@ protected: wxTaskBarIconType m_nType; void* m_pEventHandlerRef; wxMenu* m_pMenu; + WXHMENU m_theLastMenu; bool m_iconAdded; - + + void OnRightDown(wxTaskBarIconEvent& evt); + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; #endif