diff options
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index 7e0942d..0a474b9 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -81,6 +81,10 @@ protected: afx_msg void OnGetMinMaxInfo( MINMAXINFO FAR* lpMMI ); //}}AFX_MSG DECLARE_MESSAGE_MAP() + + int m_oldCX; + int m_oldCY; + float m_deltaXRemainder; }; //{{AFX_INSERT_LOCATION}} |