From 579404053a550f96f01526579519fc4d581afe56 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Jan 2014 20:42:27 +0000 Subject: fix for the event handles' clash git-svn-id: http://svn.miranda-ng.org/main/trunk@7657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 503c60d4e2..87f040ea48 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -403,12 +403,13 @@ struct CHAT_MANAGER // data GlobalLogSettingsBase *pSettings; - HIMAGELIST hImageList, hIconsList; - HICON hIcons[30]; - FONTINFO aFonts[OPTIONS_FONTCOUNT]; - TCHAR *szActiveWndID; - char *szActiveWndModule; - int logPixelSY, logPixelSX; + HIMAGELIST hImageList, hIconsList; + HANDLE hBuildMenuEvent, hSendEvent; + HICON hIcons[30]; + FONTINFO aFonts[OPTIONS_FONTCOUNT]; + TCHAR *szActiveWndID; + char *szActiveWndModule; + int logPixelSY, logPixelSX; }; extern CHAT_MANAGER ci, *pci; -- cgit v1.2.3