From 409d7264947ae132f6185cf5c6d1e4d3ff626f80 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Jun 2014 15:37:37 +0000 Subject: current sub in tabSRMM untied from the meta services git-svn-id: http://svn.miranda-ng.org/main/trunk@9553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_metacontacts.h | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/m_metacontacts.h b/include/m_metacontacts.h index 3b9ba43d14..430abcb01f 100644 --- a/include/m_metacontacts.h +++ b/include/m_metacontacts.h @@ -33,34 +33,38 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //wParam=(HANDLE)hMetaContact //lParam=0 //returns a handle to the 'most online' contact -#define MS_MC_GETMOSTONLINECONTACT "MetaContacts/GetMostOnline" +#define MS_MC_GETMOSTONLINECONTACT "MetaContacts/GetMostOnline" // fired when a metacontact's default contact changes (fired upon creation of metacontact also, when default is initially set) // wParam=(HANDLE)hMetaContact // lParam=(HANDLE)hDefaultContact -#define ME_MC_DEFAULTTCHANGED "MetaContacts/DefaultChanged" +#define ME_MC_DEFAULTTCHANGED "MetaContacts/DefaultChanged" // fired when a metacontact's subcontacts change (fired upon creation of metacontact, when contacts are added or removed, and when // contacts are reordered) - a signal to re-read metacontact data // wParam=(HANDLE)hMetaContact // lParam=0 -#define ME_MC_SUBCONTACTSCHANGED "MetaContacts/SubcontactsChanged" +#define ME_MC_SUBCONTACTSCHANGED "MetaContacts/SubcontactsChanged" // wParam=(HANDLE)hContact // lParam=0 // convert a given contact into a metacontact -#define MS_MC_CONVERTTOMETA "MetaContacts/ConvertToMetacontact" +#define MS_MC_CONVERTTOMETA "MetaContacts/ConvertToMetacontact" // wParam=(HANDLE)hContact // lParam=(HANDLE)hMeta // add an existing contact to a metacontact -#define MS_MC_ADDTOMETA "MetaContacts/AddToMetacontact" +#define MS_MC_ADDTOMETA "MetaContacts/AddToMetacontact" -// added 0.9.5.0 (22/3/05) // wParam=0 // lParam=(HANDLE)hContact // remove a contact from a metacontact -#define MS_MC_REMOVEFROMMETA "MetaContacts/RemoveFromMetacontact" +#define MS_MC_REMOVEFROMMETA "MetaContacts/RemoveFromMetacontact" + +// wParam=(HANDLE)hContact +// lParam=(HANDLE)hMeta +// add an existing contact to a metacontact +#define MS_MC_GETSRMMSUB "MetaContacts/GetSrmmSub" ///////////////////////////////////////////////////////////////////////////////////////// // binary interface to MC -- cgit v1.2.3