diff options
Diffstat (limited to 'include/m_gui.h')
-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 999db8899b..9f08d3d4f2 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -495,6 +495,7 @@ protected: bool m_bFixedSize;
bool m_bSucceeded = false; // was IDOK pressed or not
bool m_bExiting = false; // window received WM_CLOSE and gonna die soon
+ bool m_bScheduledResize = false;
enum { CLOSE_ON_OK = 0x1, CLOSE_ON_CANCEL = 0x2 };
uint8_t m_autoClose; // automatically close dialog on IDOK/CANCEL commands. default: CLOSE_ON_OK|CLOSE_ON_CANCEL
|