http://bugs.winehq.org/show_bug.cgi?id=59740 Mel <pmargeti34@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmargeti34@gmail.com --- Comment #2 from Mel <pmargeti34@gmail.com> --- Created attachment 81950 --> http://bugs.winehq.org/attachment.cgi?id=81950 Fix Wayland keyboard focus loss not updating foreground window When a Wayland surface loses keyboard focus to a non-Wine window, the foreground window is now updated to the desktop window, matching X This patch fixes the foreground window not being updated when a Wayland surface loses keyboard focus to a non-Wine window. When keyboard focus is lost to an external application, the foreground window is now set to the desktop window, matching the behavior of the X11 driver. This allows Windows applications to correctly detect focus loss and stop processing mouse input. Tested with Warframe - the game no longer receives mouse input when focus is lost to a non-Wine application. Fixes: https://bugs.winehq.org/show_bug.cgi?id=59740 Also fixes: https://bugs.winehq.org/show_bug.cgi?id=56681 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.