Windows 10 and 11 introduce the timeout.exe command. This is a similar program with same argument options
--
v5: timeout: add minimal test suite
timeout: Windows 10 introduce the timeout command
https://gitlab.winehq.org/wine/wine/-/merge_requests/6869
This fixes window size being broken when dragged over multiple monitors with different scales and adds support for padded fullscreen windows when physical display mode aspect ratio doesn't match the emulated one.
--
v2: winex11: Update the Win32 window state outside of event handlers.
user32/tests: Workaround a FVWM maximized window state bug.
winex11: Delay window config request when restoring from fullscreen/maximized.
winex11: Avoid sending WM_WINDOWPOSCHANGING when applying window manager config.
winex11: Generate GravityNotify events instead of ConfigureNotify.
winex11: Introduce a new get_window_state_updates helper.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6846
Add support for generating SHA-256 hashes via CryptCATAdminCalcHashFromFileHandle2,
which in turn requires CryptCATAdminAcquireContext2 in order to be able to specify the hashing algorithm.
--
v5: wintrust/tests: Add CryptCATAdminCalcHashFromFileHandle2() tests
wintrust: Implement CryptCATAdminCalcHashFromFileHandle2()
wintrust/tests: Add CryptCATAdminAcquireContext2() tests
wintrust: Implement CryptCATAdminAcquireContext2()
https://gitlab.winehq.org/wine/wine/-/merge_requests/6835