From a142d261af1f740156898be29c3724b8a517a77a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 23 Feb 2015 19:08:20 +0000 Subject: DoRtfToTags fixed & moved into the core git-svn-id: http://svn.miranda-ng.org/main/trunk@12252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index a98d682713..5fb3c5e424 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_CHAT_INT_H__ #define M_CHAT_INT_H__ 1 +#include #include #define OPTIONS_FONTCOUNT 20 @@ -378,7 +379,7 @@ struct CHAT_MANAGER TCHAR* (*MakeTimeStamp)(TCHAR *pszStamp, time_t time); BOOL (*DoEventHook)(const TCHAR *pszID, const char *pszModule, int iType, const TCHAR *pszUID, const TCHAR* pszText, INT_PTR dwItem); - BOOL (*DoEventHookAsync)(HWND hwnd, const TCHAR *pszID, const char *pszModule, int iType, TCHAR* pszUID, TCHAR* pszText, INT_PTR dwItem); + BOOL (*DoEventHookAsync)(HWND hwnd, const TCHAR *pszID, const char *pszModule, int iType, const TCHAR* pszUID, const TCHAR* pszText, INT_PTR dwItem); BOOL (*DoSoundsFlashPopupTrayStuff)(SESSION_INFO *si, GCEVENT *gce, BOOL bHighlight, int bManyFix); BOOL (*DoTrayIcon)(SESSION_INFO *si, GCEVENT *gce); @@ -394,6 +395,7 @@ struct CHAT_MANAGER void (*ReloadSettings)(void); void (*ColorChooser)(SESSION_INFO *si, BOOL bFG, HWND hwndDlg, HWND hwndTarget, HWND hwndChooser); + int (*DoRtfToTags)(CMString &pszText, int iNumColors, COLORREF *pColors); int logPixelSY, logPixelSX; char *szActiveWndModule; -- cgit v1.2.3