mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Win32) Increase maximum window limit (#15125)
This commit is contained in:
parent
a681f0e31f
commit
390ee5c3c7
@ -1003,8 +1003,8 @@ static LRESULT CALLBACK wnd_proc_common(
|
||||
lpMinMaxInfo->ptMinTrackSize.x = min_width;
|
||||
lpMinMaxInfo->ptMinTrackSize.y = min_height;
|
||||
|
||||
lpMinMaxInfo->ptMaxTrackSize.x = min_width * 10;
|
||||
lpMinMaxInfo->ptMaxTrackSize.y = min_height * 10;
|
||||
lpMinMaxInfo->ptMaxTrackSize.x = min_width * 20;
|
||||
lpMinMaxInfo->ptMaxTrackSize.y = min_height * 20;
|
||||
}
|
||||
break;
|
||||
case WM_COMMAND:
|
||||
|
Loading…
x
Reference in New Issue
Block a user