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/d524fa49c7722f8274da6452c980d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d524fa49c7722f8274da6452c980d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa8e8466 by André Zwing at 2025-01-02T23:00:10+01:00
kernel32/tests: Don't test functions directly when reporting GetLastError().
- - - - -
1e0abb88 by André Zwing at 2025-01-02T23:00:10+01:00
iphlpapi/tests: Don't test functions directly when reporting GetLastError().
- - - - -
5a7b45de by André Zwing at 2025-01-02T23:00:10+01:00
msvcr120/tests: Don't test function directly when reporting GetLastError().
- - - - -
87a8b7d0 by André Zwing at 2025-01-02T23:00:10+01:00
msvcp140/tests: Don't test function directly when reporting GetLastError().
- - - - -
2f0751b0 by André Zwing at 2025-01-02T23:00:10+01:00
msvcp120/tests: Don't test function directly when reporting GetLastError().
- - - - -
6 changed files:
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/kernel32/tests/locale.c
- dlls/kernel32/tests/resource.c
- dlls/msvcp120/tests/msvcp120.c
- dlls/msvcp140/tests/msvcp140.c
- dlls/msvcr120/tests/msvcr120.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/47af225d229b6e9e1d2ec1c908b8b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/47af225d229b6e9e1d2ec1c908b8b…
You're receiving this email because of your account on gitlab.winehq.org.