Alexandre Julliard pushed to branch master at wine / wine
Commits: 70826dbe by Rémi Bernon at 2024-10-22T18:06:57+02:00 winex11: Avoid processing RRNotify events in xrandr14_get_id.
This reverts commit b3eb55227aef198a637f80a2fa0bce74aa0a7190.
Since 278b98f5b21b56abdf9229b12b2a747be6917018 it should be unnecessary to process the events as the current display mode is written to the registry.
This fixes a random deadlock that happens when a window is updating its state while another thread changes the current display settings.
- - - - -
5 changed files:
- dlls/winex11.drv/event.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - dlls/winex11.drv/x11drv_main.c - dlls/winex11.drv/xrandr.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/70826dbee7921a2c4f783bc6b4a9caa...