summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-03 20:06:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-03 20:06:45 +0300
commit7c41ab39dd92e9e7961615dcd19c0ffcc260f62b (patch)
tree602bc81eebe9964a09fd2074c041a5d0ba9448e4 /include
parent37084d97eb177beb613fb15ca104f86de4ff1584 (diff)
we shall create missing icons (or destroy unneeded ones) after applying toolbar options
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 24f8204544..0ded3a9d42 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -95,4 +95,8 @@ EXTERN_C MIR_APP_DLL(void) Srmm_ClickToolbarIcon(MCONTACT hContact, int idFrom,
// lParam = 0 (ignored)
#define WM_CBD_LOADICONS (WM_CBD_FIRST+3)
+// wParam = 0 (ignored)
+// lParam = 0 (ignored)
+#define WM_CBD_RECREATE (WM_CBD_FIRST+4)
+
#endif // M_MESSAGE_H__