diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index c9ac8c14b7..876c31dbaf 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -204,6 +204,7 @@ protected: bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt);
void RefreshButtonStatus(void);
void RunUserMenu(HWND hwndOwner, struct USERINFO *ui, const POINT &pt);
+ void UpdateChatLog(void);
protected:
CSrmmLogWindow *m_pLog = nullptr;
@@ -233,6 +234,7 @@ protected: public:
MCONTACT m_hContact;
+ MEVENT m_hDbEventFirst, m_hDbEventLast;
int m_iLogFilterFlags;
bool m_bFilterEnabled, m_bNicklistEnabled;
bool m_bFGSet, m_bBGSet;
@@ -246,6 +248,7 @@ public: virtual void AddLog();
virtual void CloseTab() {}
+ virtual bool GetFirstEvent() PURE;
virtual bool IsActive() const PURE;
virtual void LoadSettings() PURE;
virtual void SetStatusText(const wchar_t *, HICON) {}
|