From c67ee19b7db5bd93c5dbc11865834ff8dd1db924 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Jun 2013 19:34:51 +0000 Subject: - clist_modern: we don't redeclare code services anymore; - new CLIST_INTERFACE member: pfnGetContactIcon - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/m_clistint.h') diff --git a/include/m_clistint.h b/include/m_clistint.h index 6f341464e3..7b3681d72c 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -470,6 +470,11 @@ typedef struct *************************************************************************************/ void (*pfnReloadExtraIcons)(void); void (*pfnSetAllExtraIcons)(HWND hwndList,HANDLE hContact); + + /************************************************************************************* + * Miranda NG additions + *************************************************************************************/ + int (*pfnGetContactIcon)(HANDLE hContact); } CLIST_INTERFACE; -- cgit v1.2.3