Alexandre Julliard pushed to branch master at wine / wine
Commits: 3b7deafb by William Horvath at 2025-01-07T11:08:30+01:00 winex11: Use the win32 client rect in needs_client_window_clipping.
After the change to move the sync_gl_drawable call outside the win_data mutex in 54d82ed4, the X11 client rect used for determining whether we need to composite/clip the drawable can be out of sync with the win32 side. This results in offscreening when unnecessary and vice-versa.
- - - - -
1 changed file:
- dlls/winex11.drv/init.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3b7deafb3e0af253323fd4acadb9deb...