diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-31 12:24:51 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-31 12:24:58 +0300 |
| commit | 8bd59593912495db8b41f885c1c9c8c5687e4156 (patch) | |
| tree | 58cff42775b59a620261b62bb91f82f130e0e782 /include | |
| parent | d70004f376a18f4c44ff47d423f0715a050002fd (diff) | |
fixes #1397 (StdMsg: dynamic loading breaks meta menu)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_message.h b/include/m_message.h index ad1685de27..2af205867b 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -200,6 +200,9 @@ struct StatusIconClickData // catch to be notified about the icon list's change.
#define ME_MSG_ICONSCHANGED "MessageAPI/IconsChanged"
+// emulates click on a status bar icon
+EXTERN_C MIR_APP_DLL(void) Srmm_ClickStatusIcon(MCONTACT hContact, const StatusIconClickData *sid);
+
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// srmm toolbar icons' support
|
