diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 10 |
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
|