Alexandre Julliard pushed to branch master at wine / wine
Commits: d5b89f7b by Rémi Bernon at 2024-10-15T23:14:39+02:00 winex11: Pass window_rects structs parameters to move_window_bits.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57302
- - - - - 4e06b876 by Rémi Bernon at 2024-10-15T23:14:39+02:00 win32u: Copy the entire window rect when the whole window is moved.
Instead of the visible rects, which may change with decoration mask changes.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57302
- - - - - 602040c5 by Rémi Bernon at 2024-10-15T23:14:39+02:00 win32u: Adjust the valid rects to handle visible rect changes.
When moving bits within the same surface when decoration masks are modified we need to compensate the visible rect changes to move the visible bits from their old position in the surface to the new position.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57302
- - - - -
4 changed files:
- dlls/win32u/dce.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/23158f9195e2ac7b254fef9cc1bff1...