diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-17 20:55:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-17 20:55:43 +0000 |
commit | 5a2906aae51a358bd3bdbcad336629e9d4449405 (patch) | |
tree | d45b0a39210557a8123531feb05ce84cbb3b2630 /src/modules/chat/chat.h | |
parent | f6c842738792940ed5b91a5d8977b9e8d20337c0 (diff) |
highlight api unification
git-svn-id: http://svn.miranda-ng.org/main/trunk@7699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/chat/chat.h')
-rw-r--r-- | src/modules/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index f4027e4e6b..458926df89 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -84,7 +84,7 @@ BOOL DoSoundsFlashPopupTrayStuff(SESSION_INFO *si, GCEVENT *gce, BOOL bHighlig int GetColorIndex(const char *pszModule, COLORREF cr);
void CheckColorsInModule(const char *pszModule);
int GetRichTextLength(HWND hwnd);
-BOOL IsHighlighted(SESSION_INFO *si, const TCHAR* pszText);
+BOOL IsHighlighted(SESSION_INFO *si, GCEVENT *pszText);
UINT CreateGCMenu(HWND hwndDlg, HMENU *hMenu, int iIndex, POINT pt, SESSION_INFO *si, TCHAR* pszUID, TCHAR* pszWordText);
void DestroyGCMenu(HMENU *hMenu, int iIndex);
BOOL DoEventHookAsync(HWND hwnd, const TCHAR *pszID, const char *pszModule, int iType, TCHAR* pszUID, TCHAR* pszText, INT_PTR dwItem);
|