diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 23:07:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 23:07:18 +0300 |
commit | 80c32c431207f86b0be44f5f94488de35458fc55 (patch) | |
tree | ed8e850d5f3df9170e46aea4d849f85775c5adfc /include | |
parent | 80bdbb8985d0495453a123a1938537c8090ca948 (diff) |
MS_CLIST_SHOWHIDE returned back to serve various menu items
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
|