diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clist.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index f919bc5c06..ee96559b84 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -360,6 +360,12 @@ EXTERN_C MIR_APP_DLL(BOOL) Clist_IsDocked(void); #define MS_CLIST_TOGGLEHIDEOFFLINEROOT "CList/ToggleHideOfflineRoot"
/////////////////////////////////////////////////////////////////////////////////////////
+// toggles contact list visibility
+// wParam = lParam = 0
+
+#define MS_CLIST_SHOWHIDE "CList/ShowHide"
+
+/////////////////////////////////////////////////////////////////////////////////////////
// sent when the group get modified (created, renamed or deleted)
// or contact is moving from group to group
// wParam = hContact - NULL if operation on group
|