summaryrefslogtreecommitdiff
path: root/include/delphi/m_clistint.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-01-15 21:04:05 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-01-15 21:04:05 +0000
commit45ed02f2c6064fa41d59c01f457565365d22ae59 (patch)
tree27740fbe37fb0d1b09751491ffa88547de12352e /include/delphi/m_clistint.inc
parentc1173e359c7c5ec3c173a0402716c2a53af607ef (diff)
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@7669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r--include/delphi/m_clistint.inc13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index ce93a1ca31..8c6b089879 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -255,6 +255,7 @@ const
CLCDEFAULT_FULLGREYOUTFLAGS = MODEF_OFFLINE or PF2_INVISIBLE or GREYF_UNFOCUS;
CLCDEFAULT_QUICKSEARCHCOLOUR = $0000FFFF; //RGB(255,255,0);
CLCDEFAULT_LEFTMARGIN = 0;
+ CLCDEFAULT_RIGHTMARGIN = 2;
CLCDEFAULT_GAMMACORRECT = 1;
CLCDEFAULT_SHOWIDLE = 1;
CLCDEFAULT_USEWINDOWSCOLOURS = 0;
@@ -539,8 +540,16 @@ type
(*************************************************************************************
* version 7 additions (0.11.0.x) - extra images
*************************************************************************************)
- pfnReloadExtraIcons: procedure;
- pfnSetAllExtraIcons: procedure(hwndList:HWND; hContact:THANDLE);
+ pfnReloadExtraIcons: procedure; cdecl;
+ pfnSetAllExtraIcons: procedure(hContact:THANDLE); cdecl;
+
+ (*************************************************************************************
+ * Miranda NG additions
+ *************************************************************************************)
+
+ pfnGetContactIcon: function(hContact:THANDLE):int; cdecl;
+ pfnTrayCalcChanged:function(szChangedProto:pAnsiChar; averageMode:int; iProtoCount:int):int; cdecl;
+ pfnGetAverageMode:function(pNetProtoCount:pint):int; cdecl;
end;
{