Alexandre Julliard pushed to branch master at wine / wine
Commits: 0c7394e7 by Rémi Bernon at 2024-10-16T15:58:16+02:00 win32u: Use parent-relative coordinates for old window rectangles.
Since 4e06b87633ec7e04822ad4f4854df7ae43f0d7e0, we are moving the window rects, which is in screen coordinates for the old rects, because invalidate_dce expects it, but in parent coordinates for the new rects.
This makes the old and new rectangles to be consistently using parent-relative coordinates, fixing some broken window bits copy with child windows.
Fixes 4e06b87633ec7e04822ad4f4854df7ae43f0d7e0
- - - - -
3 changed files:
- dlls/win32u/dce.c - dlls/win32u/ntuser_private.h - dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0c7394e71ea6196fc315e758cb18376...