This fixes a segfault when launching NFS Underground.
Fixes: f434ea12b83 ("dinput: Implement DIPROP_SCANCODE.")
--
v2: dinput: Use the correct array index in keyboard_create_device().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6249
Aggregating all the rects of a window, instead of storing and passing them separately. This is in order to make future changes easier, where we would pass monitor DPI rects in addition to window DPI rects to the drivers for DPI scaling.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6254
And avoid triggering X11 errors with foreign windows.
--
v2: winex11: Don't call X11DRV_SET_DRAWABLE with invalid drawable.
winex11: Avoid moving embedded windows in the systray dock.
win32u: Fix CreateWindowSurface call when updating layered surfaces.
winex11: Check whether the window surface needs to be re-created.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6233
--
v2: qcap: Delay setting v4l device format until stream start.
quartz: Propagate graph start error in MediaControl_Run().
qcap/tests: Add a test for simultaneous video capture usage.
qcap/tests: Fix test failure in testsink_Receive() on some hardware.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6022