summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-21 18:42:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-21 18:42:14 +0300
commitcc96ef0550815295a295fdd6e34c85af2f8f7340 (patch)
treef70988c27d3a110fbcd3c28044ffbc875df6844a /include
parentb3a736917686b19b55c684c1b15c1e83cd0261e5 (diff)
no need to export Srmm_ButtonSubclassProc anymore
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 64fe186bb3..ce3324e47e 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -378,9 +378,6 @@ EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie,
// receives char** as the first parameter
EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_MessageStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb);
-// handles rclick on some buttons
-EXTERN_C MIR_APP_DLL(LRESULT) CALLBACK Srmm_ButtonSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
-
// updates options for all windows
EXTERN_C MIR_APP_DLL(void) Chat_UpdateOptions();
@@ -401,6 +398,7 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase
protected:
CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr);
+ virtual void OnInitDialog() override;
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);