diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-21 14:28:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-21 14:28:10 +0300 |
commit | 3dd1a999c9e643fd92fd34301d9e65a7f07d8c54 (patch) | |
tree | 66460c3df55d74eb37023a271e2c9884fa1b7d35 /plugins/TabSRMM/src/msgs.h | |
parent | 0fcb238c56ac3bc636c73c9ba51b9d66f8311479 (diff) |
various code cleaning & name conflict resolution
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 16851e8c68..a96d0e5f9f 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -173,9 +173,9 @@ struct TContainerData {
TContainerData *pNext;
- wchar_t szName[CONTAINER_NAMELEN + 4]; // container name
- HWND hwndActive; // active message window
- HWND hwnd; // the container handle
+ wchar_t m_wszName[CONTAINER_NAMELEN + 4]; // container name
+ HWND m_hwndActive; // active message window
+ HWND m_hwnd; // the container handle
int iTabIndex; // next tab id
int iChilds;
int iContainerIndex;
@@ -331,7 +331,6 @@ public: TOOLINFO ti;
HANDLE m_hTimeZone;
DWORD m_panelStatusCX;
- COLORREF m_inputbg;
MEVENT *m_hHistoryEvents;
int m_maxHistory, m_curHistory;
HANDLE m_hTheme, m_hThemeIP, m_hThemeToolbar;
|