summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-01-28 13:05:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-01-28 13:05:28 +0000
commita040f3a8dbcc17d8a3a50a9594b3226dce28788c (patch)
tree8c033c939982d3f58e3d81fb721a94b5840a5250 /include
parent3ffb500915c8b5a9e02d2b0136c20e9519d4f983 (diff)
- 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
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h10
1 files changed, 9 insertions, 1 deletions
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