From 45ed02f2c6064fa41d59c01f457565365d22ae59 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Wed, 15 Jan 2014 21:04:05 +0000 Subject: sync git-svn-id: http://svn.miranda-ng.org/main/trunk@7669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clistint.inc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'include/delphi/m_clistint.inc') 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; { -- cgit v1.2.3