diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
commit | 43177ef97c1421502b5a2be9b8b62a6809fb29bf (patch) | |
tree | b2f27ba9258583afbf4633ef5736bc876bbc4111 /include/m_chat_int.h | |
parent | 7b19b6715a75c52e0285ee2031a8fa2ddace1da7 (diff) |
cosmetic code cleaning
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 5136809d18..886c83d22f 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -174,12 +174,13 @@ struct GCSessionInfoBase {
HWND hWnd;
- BOOL bFGSet;
- BOOL bBGSet;
- BOOL bFilterEnabled;
- BOOL bNicklistEnabled;
- BOOL bInitDone;
- BOOL bTrimmed;
+ bool bFGSet;
+ bool bBGSet;
+ bool bFilterEnabled;
+ bool bNicklistEnabled;
+ bool bInitDone;
+ bool bHasToolTip;
+ bool bTrimmed;
char* pszModule;
wchar_t* ptszID;
@@ -200,11 +201,10 @@ struct GCSessionInfoBase WORD wStatus;
WORD wState;
WORD wCommandsNum;
- void *pItemData;
+ void* pItemData;
MCONTACT hContact;
time_t LastTime;
- BOOL isToolTip;
int currentHovered;
COMMANDINFO* lpCommands;
|