-
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