From b6669f0ee3361891e9807e5c734bf9121e9cfb06 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Sep 2023 12:20:03 +0300 Subject: SRMM options update unification --- include/m_srmm_int.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 67059a625f..29d99e69e0 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -339,6 +339,7 @@ public: virtual bool GetFirstEvent() = 0; virtual bool IsActive() const = 0; virtual void LoadSettings() = 0; + virtual void OnOptionsApplied() = 0; virtual void RemakeLog() = 0; virtual void SetStatusText(const wchar_t *, HICON) {} virtual void ShowFilterMenu() {} @@ -373,6 +374,11 @@ class CMsgDialog : public CSrmmBaseDialog {}; MIR_APP_DLL(void) Srmm_AddEvent(MCONTACT hContact, MEVENT hDbEvent); +///////////////////////////////////////////////////////////////////////////////////////// +// tell all SRMM windows that options were changed + +MIR_APP_DLL(void) Srmm_ApplyOptions(); + ///////////////////////////////////////////////////////////////////////////////////////// // sends a message to all SRMM windows -- cgit v1.2.3