On Fri Aug 9 19:33:22 2024 +0000, Ilia Docin wrote:
> Sorry for the late response. Changed.
Not all of the comments are addressed.
Also, please add an 's' at the end of "comctl32/test" so it becomes "comctl32/tests: Add rebar chevron visibility test.".
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6075#note_78420
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