On Tue Jan 7 08:25:21 2025 +0000, Rémi Bernon wrote:
We could probably call `NtUserGetClientRect` in `needs_client_window_clipping` instead, this should work all the time and could be arguably more consistent with the region check which also uses win32u info.
That seems much less prone to races and does the trick.