summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-26 13:55:35 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-26 13:55:35 (GMT)
commit78cc9b21e097a5c1205b1f5bb486ac3acb58dbaf (patch)
tree02dd39830506c23f44633318b6da9566fdae1392 /Source/MFCDialog/CMakeSetupDialog.h
parentd2c2cf3296eaaa746134f20655be6770232c79c3 (diff)
downloadCMake-78cc9b21e097a5c1205b1f5bb486ac3acb58dbaf.zip
CMake-78cc9b21e097a5c1205b1f5bb486ac3acb58dbaf.tar.gz
CMake-78cc9b21e097a5c1205b1f5bb486ac3acb58dbaf.tar.bz2
better GUI resize and combo box fixes
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.h4
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}}