https://bugs.winehq.org/show_bug.cgi?id=52748
Bug ID: 52748 Summary: patch winex11_WM_WINDOWPOSCHANGING and winex11__NET_ACTIVE_WINDOW causing some focus error Product: Wine-staging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: l12436@yahoo.com.tw CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Some game switch out of the game by using alt+tab, and switch back. The game no longer accept input of the mouse, but the vanilla wine does not has this issue. After I debugging, disabling the patchset winex11_WM_WINDOWPOSCHANGING and winex11__NET_ACTIVE_WINDOW will make it working again. I thought maybe there are some defect in winex11__NET_ACTIVE_WINDOW patch.