diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 01e98df270..46ec031f75 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -749,6 +749,14 @@ void CMsgDialog::HandlePasteAndSend() } ///////////////////////////////////////////////////////////////////////////////////////// +// is window active or not? + +bool CMsgDialog::IsActive() const +{ + return m_pContainer->IsActive() && m_pContainer->m_hwndActive == m_hwnd; +} + +///////////////////////////////////////////////////////////////////////////////////////// // read keyboard state and return the state of the modifier keys void CMsgDialog::KbdState(bool &isShift, bool &isControl, bool &isAlt) |