summaryrefslogtreecommitdiff
path: root/include/delphi/m_clist.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_clist.inc')
-rw-r--r--include/delphi/m_clist.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc
index 388990f8af..c625bb5f02 100644
--- a/include/delphi/m_clist.inc
+++ b/include/delphi/m_clist.inc
@@ -107,10 +107,9 @@ const
type
PCLISTEVENT = ^TCLISTEVENT;
TCLISTEVENT = record
- cbSize : int; // size in bytes
hContact : TMCONTACT; // handle to the contact to put the icon by
- hIcon : HICON; // icon to flash!
flags : dword;
+ hIcon : HICON; // icon to flash!
hDBEvent : TMEVENT; // caller defined, but should be unique for hContact
// or pszProtocol:PAnsiChar
lParam : LPARAM;