From 02e620f9e74ba52ed16b009d9ea76169e5a735d8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 09:00:39 +0000 Subject: no need to lock all chats for each event we lock only chat creation/destruction and finding chat session git-svn-id: http://svn.miranda-ng.org/main/trunk@17314 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index afeb345a81..e8e56c654d 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -110,7 +110,7 @@ struct LOGSTREAMDATA; struct GCModuleInfoBase { char* pszModule; - wchar_t* ptszModDispName; + wchar_t* ptszModDispName; char* pszHeader; bool bBold; bool bUnderline; @@ -145,16 +145,16 @@ struct FONTINFO struct LOGINFO { - wchar_t* ptszText; - wchar_t* ptszNick; - wchar_t* ptszUID; - wchar_t* ptszStatus; - wchar_t* ptszUserInfo; - BOOL bIsMe; - BOOL bIsHighlighted; - time_t time; - int iType; - DWORD dwFlags; + wchar_t *ptszText; + wchar_t *ptszNick; + wchar_t *ptszUID; + wchar_t *ptszStatus; + wchar_t *ptszUserInfo; + BOOL bIsMe; + BOOL bIsHighlighted; + time_t time; + int iType; + DWORD dwFlags; LOGINFO *next, *prev; }; @@ -188,10 +188,10 @@ struct GCSessionInfoBase BOOL bTrimmed; char* pszModule; - wchar_t* ptszID; - wchar_t* ptszName; - wchar_t* ptszStatusbarText; - wchar_t* ptszTopic; + wchar_t* ptszID; + wchar_t* ptszName; + wchar_t* ptszStatusbarText; + wchar_t* ptszTopic; int iType; int iFG; -- cgit v1.2.3