diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|