From 216654c005d6b363c91ee3dfbff2203bab4e06c1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2017 21:22:34 +0300 Subject: common chat hotkeys processing code moved to mir_app --- include/m_chat_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index ce3324e47e..e787173971 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -402,6 +402,8 @@ protected: virtual INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override; void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem); + bool ProcessHotkeys(int key); + void RefreshButtonStatus(void); protected: CCtrlEdit *m_pLog, *m_pEntry; -- cgit v1.2.3