From d4b6de0fb4ca58063eb2f424c77e74e703022b63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 21:07:46 +0300 Subject: static function CLIST_INTERFACE::pfnGetContactIcon exported as Clist_GetContactIcon (history++ to be recompiled) --- include/m_clist.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/m_clist.h') diff --git a/include/m_clist.h b/include/m_clist.h index a35d4680e1..43d67477bd 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -450,10 +450,15 @@ EXTERN_C MIR_APP_DLL(HMENU) Clist_GroupBuildMenu(void); EXTERN_C MIR_APP_DLL(void) Clist_EndRebuild(void); ///////////////////////////////////////////////////////////////////////////////////////// -// do the message processing associated with double clicking a contact +// does the message processing associated with double clicking a contact EXTERN_C MIR_APP_DLL(void) Clist_ContactDoubleClicked(MCONTACT hContact); +///////////////////////////////////////////////////////////////////////////////////////// +// returns the icon's index of specified contact in the internal image list or -1 + +EXTERN_C MIR_APP_DLL(int) Clist_GetContactIcon(MCONTACT hContact); + ///////////////////////////////////////////////////////////////////////////////////////// // change the group a contact belongs to // returns 0 on success, nonzero on failure -- cgit v1.2.3