win32: add 5x window size

This commit is contained in:
zeromus 2010-12-17 20:35:06 +00:00
parent 8266164a60
commit 3f6e986076
3 changed files with 6 additions and 0 deletions

View File

@ -5409,6 +5409,11 @@ DOKEYDOWN:
ScaleScreen(windowSize, true);
WritePrivateProfileInt("Video","Window Size",windowSize,IniName);
break;
case IDC_WINDOW5X:
windowSize=5;
ScaleScreen(windowSize, true);
WritePrivateProfileInt("Video","Window Size",windowSize,IniName);
break;
case IDC_FORCERATIO:
if (ForceRatio) {

View File

@ -452,6 +452,7 @@
#define IDC_EDIT1 1102
#define IDC_EDIT2 1103
#define IDC_EDIT3 1104
#define IDC_WINDOW5X 1105
#define IDC_EDIT_AUTHOR 1180
#define IDD_MATRIX_VIEWER 1200
#define IDM_MATRIX_VIEWER 1200

Binary file not shown.