summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_message.h')
-rw-r--r--include/m_message.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/m_message.h b/include/m_message.h
index 684069bb36..61cad42f2d 100644
--- a/include/m_message.h
+++ b/include/m_message.h
@@ -211,6 +211,7 @@ EXTERN_C MIR_APP_DLL(void) Srmm_ClickStatusIcon(MCONTACT hContact, const StatusI
#define BBBF_ISSEPARATOR (1<<9)
#define BBBF_CANTBEHIDDEN (1<<10)
#define BBBF_CREATEBYID (1<<11) // only for the internal use
+#define BBBF_NOREADONLY (1<<12)
struct BBButton
{
@@ -226,10 +227,6 @@ struct BBButton
const char *pszHotkey; // name of the registered hotkey or NULL
};
-// adds a new toolbar button
-// returns button's handle on success or NULL otherwise
-EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *bbdi, HPLUGIN);
-
// modifies the existing toolbar button
// returns 0 on success and nonzero value otherwise
EXTERN_C MIR_APP_DLL(int) Srmm_ModifyButton(BBButton *bbdi);