diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-14 13:34:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-14 13:34:52 +0300 |
commit | 1a3f9ca88310cb9080a4c0073087bebc4c1e3a0a (patch) | |
tree | f4aabca8592cfe923a75e9025d7d635e67da96ce /include/m_clistint.h | |
parent | 543f38a5a5b7395ce52f19c484e899c1b8cdbd33 (diff) |
fix for clist events sorting order, manual sorting disabled
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
|