From a040f3a8dbcc17d8a3a50a9594b3226dce28788c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Jan 2016 13:05:28 +0000 Subject: - local structure declarations moved to the global header; - structure definition optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@16178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 5d0143c529..8efc5bc886 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -165,9 +165,17 @@ struct ClcDataBase int filterSearch; }; +struct CListEvent : public CLISTEVENT +{ + int imlIconIndex; + int flashesDone; + + int menuId; + int imlIconOverlayIndex; +}; + struct ClcContact; struct ClcData; -struct CListEvent; struct ClcCacheEntry; struct trayIconInfo_t -- cgit v1.2.3