diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-03 18:51:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-03 18:51:25 +0000 |
commit | 31582b9e959b65cb9e29c4197a42e1a7e9ca804e (patch) | |
tree | 23ed81355fc68a8b9812be0c30f20467b4c52cf4 /include/m_clistint.h | |
parent | c8a4c6574f3e0894d97c67cdd45e311a42eda59f (diff) |
tray icons code standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@5569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 7b3681d72c..df80cea43d 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -475,6 +475,7 @@ typedef struct * Miranda NG additions
*************************************************************************************/
int (*pfnGetContactIcon)(HANDLE hContact);
+ int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount);
}
CLIST_INTERFACE;
|