On Mon Sep 25 12:01:10 2023 +0000, Connor McAdams wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/3919/diffs?diff_id=71609&start_sha=964b1ea77e26882be7441a68a1d7ea247515e293#757856e6ad8b0244e53744faeb8594b6ec93b002_2813_2815)
I did a few things to help remedy potential spurious WinEvents causing test failures:
- Early return in `RespondToWinEvent()` if an event is delivered that we weren't listening for. - Switch all `EVENT_OBJECT_FOCUS` events to use `OBJID_WINDOW`. The system doesn't send focus events with this object ID.