From ff3beb8902dc91ad183ec10d19d0ad12d2a6de93 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 19:31:05 +0300 Subject: CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItem --- include/delphi/m_clistint.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index a0abfb9c17..25107e17b2 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -401,8 +401,8 @@ type pfnContactListWndProc : function(hwnd:HWND; msg:uint; wParam:WPARAM; lParam:LPARAM):int; stdcall; pfnCluiProtocolStatusChanged : procedure (status:int; szProto:PAnsiChar); cdecl; - pfnDrawMenuItem : procedure (_para1:PDRAWITEMSTRUCT; _para2:HICON; _para3:HICON); cdecl; - pfnLoadCluiGlobalOpts : procedure ; cdecl; + blablablabla4 : procedure; cdecl; + pfnLoadCluiGlobalOpts : procedure; cdecl; pfnInvalidateRect : function (hwnd:HWND; var lpRect:TRECT; bErase:bool):bool; cdecl; pfnOnCreateClc : procedure ; cdecl; -- cgit v1.2.3