Alexandre Julliard pushed to branch master at wine / wine
Commits: 51b16963 by Rémi Bernon at 2025-01-03T18:28:14+01:00 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
- - - - - 44563c9a by Rémi Bernon at 2025-01-03T18:28:14+01:00 server: Remove now unnecessary needs_update member.
- - - - -
6 changed files:
- dlls/win32u/window.c - include/wine/server_protocol.h - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d524fa49c7722f8274da6452c980d1...