summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-31 12:24:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-31 12:24:58 +0300
commit8bd59593912495db8b41f885c1c9c8c5687e4156 (patch)
tree58cff42775b59a620261b62bb91f82f130e0e782 /include
parentd70004f376a18f4c44ff47d423f0715a050002fd (diff)
fixes #1397 (StdMsg: dynamic loading breaks meta menu)
Diffstat (limited to 'include')
-rw-r--r--include/m_message.h3
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