From 70a63279d9c0ae624e8d5689745faf962868ceea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Mar 2017 18:13:02 +0300 Subject: stubs for the message entry, log & nicklist window procedures --- include/m_chat_int.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index a43327e6a0..d2d1e3ef72 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -446,6 +446,10 @@ public: virtual void UpdateStatusBar() {} virtual void UpdateTitle() PURE; + virtual LRESULT WndProc_Log(UINT msg, WPARAM wParam, LPARAM lParam); + virtual LRESULT WndProc_Message(UINT msg, WPARAM wParam, LPARAM lParam); + virtual LRESULT WndProc_Nicklist(UINT msg, WPARAM wParam, LPARAM lParam); + __forceinline bool isChat() const { return m_si != nullptr; } __inline void* operator new(size_t size){ return calloc(1, size); } -- cgit v1.2.3