-
b7c1faa0
by Rémi Bernon at 2024-10-09T17:13:21+02:00
winemac: Stop mapping toplevel window rects to parent window.
It's unnecessary, we are only dealing with toplevel windows.
-
07617151
by Rémi Bernon at 2024-10-09T17:13:21+02:00
winemac: Use NtUserSetWindowPos when DPI awareness is unnecessary.
-
5c2102d0
by Rémi Bernon at 2024-10-09T17:13:21+02:00
winex11: Use NtUserSetWindowPos when DPI awareness is unnecessary.
-
9e09e118
by Rémi Bernon at 2024-10-09T17:13:21+02:00
winex11: Use XTranslateCoordinates to compute relative coordinates.
Instead of NtUserMapWindowPoints, which will be problematic with display
settings virtualization.
-
bd12b1b0
by Rémi Bernon at 2024-10-09T17:13:21+02:00
win32u: Introduce a new NtUserSetRawWindowPos call for the drivers.
As a per-monitor DPI and later raw per-monitor DPI entry for both
NtUserSetWindowPos and NtUserSetInternalWindowPos.