From c6fc071ab53a4993162438568b0c1a5e2deb31d4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 12 Oct 2016 20:46:15 +0300 Subject: CDlgBase::m_bExiting - new flag --- include/m_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 }; -- cgit v1.2.3