Windows 10 and 11 introduce the timeout.exe command. This is a similar program with same argument options
--
v11: timeout: add minimal test suite
timeout: Windows 10 introduce the timeout command
https://gitlab.winehq.org/wine/wine/-/merge_requests/6869
Windows 10 and 11 introduce the timeout.exe command. This is a similar program with same argument options
--
v10: timeout: add minimal test suite
timeout: Windows 10 introduce the timeout command
https://gitlab.winehq.org/wine/wine/-/merge_requests/6869
I wish there was a nicer way to do this, but SystemSupportedProcessorArchitectures is incomplete on ARM64EC even on Windows so there isn't really a cleaner way I can find.
--
v2: msi: Dynamically determine supported package architectures.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6838
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.
--
v3: winex11: Remove now unnecessary WindowPosChanged re-entry guards.
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