diff options
Diffstat (limited to 'include/m_message.h')
-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
|