https://bugs.winehq.org/show_bug.cgi?id=6682
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com Regression SHA1| |51b16963f6e0e8df43118deac63 | |f640aee4698b7
--- Comment #81 from Alex Henrie alexhenrie24@gmail.com --- I can confirm. `git bisect` says:
51b16963f6e0e8df43118deac63f640aee4698b7 is the first bad commit commit 51b16963f6e0e8df43118deac63f640aee4698b7 Author: RĂ©mi Bernon rbernon@codeweavers.com AuthorDate: Mon Dec 16 11:19:14 2024 +0100 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Fri Jan 3 18:28:14 2025 +0100
win32u: Always update the surface regions in apply_window_pos.
We need to call update_surface_region whenever the window rect changes as it uses the visible rect to clip the regions to the visible area of the window.
We could delegate this to the host windowing system in most cases, but it was explicitly clipped to the visible rect in the Android driver.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57551
dlls/win32u/window.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-)