summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index af87b3f114..e82c39d565 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -467,6 +467,13 @@ typedef struct
*************************************************************************************/
int (*pfnGetAccountIndexByPos)(int pos);
int (*pfnConvertMenu)(CLISTMENUITEM*, TMO_MenuItem*);
+
+ /*************************************************************************************
+ * version 7 additions (0.11.0.x) - extra images
+ *************************************************************************************/
+ HIMAGELIST hExtraImageList;
+ void (*pfnReloadExtraIcons)(void);
+ void (*pfnSetAllExtraIcons)(HWND hwndList,HANDLE hContact);
}
CLIST_INTERFACE;