diff options
| author | George Hazan <ghazan@miranda.im> | 2021-03-13 17:50:26 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-03-13 17:50:26 +0300 |
| commit | 6a53de3a1f093a92126c0a86ec5f7ad52e3caf15 (patch) | |
| tree | 1ad2a8af28b31966d67da9cea875e7a7c2b9025e /include | |
| parent | b10f9d1556172e721e5a0c345f67f4827408a6db (diff) | |
Group chats API:
- for #2574: fixes icons problem after unloading tabSRMM;
- status icons extracted to the separate array;
- another group chat icons are hidden completely to restrict access to them
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 8318ba2371..194f9723c8 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -66,13 +66,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define ICON_REMSTATUS 12
#define ICON_TOPIC 13
-#define ICON_STATUS0 14
-#define ICON_STATUS1 15
-#define ICON_STATUS2 16
-#define ICON_STATUS3 17
-#define ICON_STATUS4 18
-#define ICON_STATUS5 19
-
#define CHATMODE_NORMAL 0
#define CHATMODE_MUTE 1
#define CHATMODE_UNMUTE 2
@@ -341,7 +334,7 @@ struct CHAT_MANAGER int logPixelSY, logPixelSX;
char *szActiveWndModule;
wchar_t *szActiveWndID;
- HICON hIcons[30];
+ HICON hStatusIcons[STATUSICONCOUNT];
HBRUSH hListBkgBrush, hListSelectedBkgBrush;
HANDLE hevWinPopup, hevPreCreate;
FONTINFO aFonts[OPTIONS_FONTCOUNT];
|
