summaryrefslogtreecommitdiff
path: root/include/delphi/m_clistint.inc
diff options
context:
space:
mode:
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;
{