diff options
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;
|