generated from dellevin/template
windows版本初步完成
This commit is contained in:
@@ -199,7 +199,7 @@ Win32Window::MessageHandler(HWND hwnd,
|
||||
}
|
||||
case WM_GETMINMAXINFO: {
|
||||
auto info = reinterpret_cast<MINMAXINFO*>(lparam);
|
||||
info->ptMinTrackSize.x = 360;
|
||||
info->ptMinTrackSize.x = 900;
|
||||
info->ptMinTrackSize.y = 640;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user