--
v2: win32u: Track mouse events based on last mouse message data.
win32u: Move mouse tracking info into per-thread data.
win32u: Use internal message to hanlde NtUserTrackMouseEvent() for other thread window.
user32/tests: Add test for (no) messages during TrackMouseEvent() call.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9069
On Wed Oct 1 02:42:27 2025 +0000, Rémi Bernon wrote:
> Thanks! Fwiw you didn't need to close and open another merge request.
> Using `git push <remote> <branch> -f` with the branch name you used is
> enough to update an existing merge request with some new commits.
Got it, thanks! I wasn’t aware that force-pushing updates the existing MR. I’ll do that going forward.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9077#note_117265
--
v2: ntoskrnl.exe: Create keys for devices in HKEY_DYN_DATA\Config Manager\Enum.
wineusb.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
winebus.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
winebth.sys: Silently pass down IRP_MN_QUERY_ID to the PDO.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9063