- consolidate minimum screen resolution so that it's easier to change
This commit is contained in:
parent
b60024b9c8
commit
f4ea44b760
6 changed files with 19 additions and 17 deletions
|
|
@ -525,8 +525,8 @@ LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
else
|
||||
{
|
||||
mmi->ptMinTrackSize.x = 640;
|
||||
mmi->ptMinTrackSize.y = 400;
|
||||
mmi->ptMinTrackSize.x = VID_MIN_WIDTH;
|
||||
mmi->ptMinTrackSize.y = VID_MIN_HEIGHT;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue