From 592c0d89f865c44e6909e0ca1e9d0c550be890b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Mar 2017 20:45:13 +0300 Subject: context menu moved to mir_app, part II :) --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 0d61454f5e..267b145ff2 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -411,6 +411,7 @@ protected: void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem); bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt); void RefreshButtonStatus(void); + void RunUserMenu(HWND hwndOwner, USERINFO *ui, const POINT &pt); protected: CCtrlEdit m_message, m_log; -- cgit v1.2.3