diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 3ab1e110c3..29ee8791e9 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -174,6 +174,8 @@ struct CListEvent : public CLISTEVENT, public MZeroedObject int menuId;
int imlIconOverlayIndex;
+
+ long iOrder;
};
struct trayIconInfo_t
|