diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-07 10:57:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-07 10:57:14 +0300 |
commit | 85d2893a7392f3b62671d87944398d155224aeba (patch) | |
tree | 05c0c6ca5a158fb2b93016e91b0006b9f8f4b4c5 /plugins/TabSRMM/src/functions.h | |
parent | 7e0750197ca5733ce10de616fc6245603f547077 (diff) |
tabSRMM: container creation should be deferred to allow protocols to handle event creation properly
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r-- | plugins/TabSRMM/src/functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index 9f7a4d850d..d2ecbf6a5c 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -70,6 +70,7 @@ int TSAPI GetTabItemFromMouse(HWND hwndTab, POINT *pt); void TSAPI CloseOtherTabs(HWND hwndTab, CMsgDialog &dat);
int TSAPI ActivateTabFromHWND(HWND hwndTab, HWND hwnd);
+void TSAPI AutoCreateWindow(MCONTACT, MEVENT);
void TSAPI CloseAllContainers();
void TSAPI DeleteContainer(int iIndex);
void TSAPI RenameContainer(int iIndex, const wchar_t *newName);
|