diff options
| author | George Hazan <ghazan@miranda.im> | 2018-04-19 17:49:33 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-04-19 17:49:33 +0300 |
| commit | 198fa4f35166d05fa513658c30f4a0bc6ab5a733 (patch) | |
| tree | 044cebd0b9aa16345ea42ea3e6928b13eac68976 /include | |
| parent | f2d42ec8f5cafbc61b926e67f3848be2f357a3d0 (diff) | |
fixes #1283 (StdMsg: cursor does not change the shape)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f366ca4052..af4f137e07 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -440,6 +440,7 @@ public: int m_iLogFilterFlags;
bool m_bFilterEnabled, m_bNicklistEnabled;
bool m_bFGSet, m_bBGSet;
+ bool m_bInMenu;
COLORREF m_iFG, m_iBG;
void ClearLog();
|
