diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-11 10:26:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-11 10:26:49 +0000 |
commit | c77af32ca5d045a672f97bea69d905646bb7de95 (patch) | |
tree | f36b10096601471d9f66147dd38abe7cc8db7e96 /include/delphi | |
parent | fd89f67516b2aa87768e68f710a3cccb416bfb35 (diff) |
MS_CLIST_EXTRA_ADD_ICON - forgotten EI service
git-svn-id: http://svn.miranda-ng.org/main/trunk@17280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_extraicons.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_extraicons.inc b/include/delphi/m_extraicons.inc index e247599761..bca17226ef 100644 --- a/include/delphi/m_extraicons.inc +++ b/include/delphi/m_extraicons.inc @@ -24,13 +24,6 @@ const EMPTY_EXTRA_ICON = $FFFF;
const
-// Adding icon to extra image list.
-// Used for EXTRAICON_TYPE_CALLBACK extra icons
-//
-// wparam = (HICON)hIcon
-// lparam = 0 (unused)
-// return HANDLE hImage on success or INVALID_HANDLE_VALUE on failure
- MS_CLIST_EXTRA_ADD_ICON:PansiChar = 'CListFrames/AddIconToExtraImageList';
//called with wparam=hContact
ME_CLIST_EXTRA_IMAGE_APPLY:PansiChar = 'CListFrames/OnExtraImageApply';
|