diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-12 20:46:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-12 20:46:15 +0300 |
commit | c6fc071ab53a4993162438568b0c1a5e2deb31d4 (patch) | |
tree | 8365920542b53c96360640e3d4e15e6f9c3c5dd6 /include | |
parent | 5bd197fb7b3245793e2f555339c3b2425d6b590d (diff) |
CDlgBase::m_bExiting - new flag
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 14e0e5b51c..0f3f161b60 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -405,6 +405,7 @@ protected: bool m_isModal;
bool m_initialized;
bool m_forceResizable;
+ bool m_bExiting; // window received WM_CLOSE and gonna die soon
LRESULT m_lresult;
enum { CLOSE_ON_OK = 0x1, CLOSE_ON_CANCEL = 0x2 };
|