diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-05-21 13:56:23 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-05-21 13:56:23 +0300 |
| commit | ec8a7614a371f41937dc1dbc2d53289e45706e3a (patch) | |
| tree | e5937361b3a7ce11eb9b1dbba9debc2d5c1b7339 /include | |
| parent | d93053e9cca314179eea3fff202a32f8ec74b770 (diff) | |
static function pfnGetEvent removed from CLIST_INTERFACE
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_clistint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index f2d8c70467..c38a3ff812 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -286,6 +286,8 @@ EXTERN_C MIR_APP_DLL(int) Clist_TrayIconSetBaseInfo(HICON hIcon, const cha EXTERN_C MIR_APP_DLL(void) Clist_TrayIconUpdateBase(const char *szChangedProto);
EXTERN_C MIR_APP_DLL(void) Clist_TraySetTimer();
+MIR_APP_DLL(CListEvent*) Clist_GetEvent(MCONTACT hContact, int idx);
+
EXTERN_C MIR_APP_DLL(ClcCacheEntry*) Clist_GetCacheEntry(MCONTACT hContact);
// calculates account's index by its position in status bar
@@ -394,7 +396,6 @@ struct CLIST_INTERFACE OBJLIST<CListEvent> *events;
CListEvent* (*pfnAddEvent)(CLISTEVENT*);
- CLISTEVENT* (*pfnGetEvent)(MCONTACT hContact, int idx);
int (*pfnRemoveEvent)(MCONTACT hContact, MEVENT hDbEvent);
int (*pfnGetImlIconIndex)(HICON hIcon);
|
