diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 14:30:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 14:30:17 +0000 |
commit | 3e9f54f75f04ec194cb223a8dff5b95da41ab4b9 (patch) | |
tree | 94f56ba2e8aa22d8d4978b7a71d0b5b14a6d0d6d /plugins/TabSRMM/src/chat/chat.h | |
parent | 641fa78a4a2326f07d2b742171c58b5971244d90 (diff) |
tabSRMM popups used if tabSRMM is active
git-svn-id: http://svn.miranda-ng.org/main/trunk@7723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 211a11e60c..5515358a5f 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -168,6 +168,8 @@ UINT CreateGCMenu(HWND hwndDlg, HMENU *hMenu, int iIndex, POINT pt, SES void DestroyGCMenu(HMENU *hMenu, int iIndex);
void Chat_SetFilters(SESSION_INFO *si);
void TSAPI DoFlashAndSoundWorker(FLASH_PARAMS* p);
+BOOL DoPopup(SESSION_INFO *si, GCEVENT* gce);
+int ShowPopup(HANDLE hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoName, TCHAR* pszRoomName, COLORREF crBkg, const TCHAR* fmt, ...);
BOOL LogToFile(SESSION_INFO *si, GCEVENT *gce);
// message.c
|