https://bugs.winehq.org/show_bug.cgi?id=55404
--- Comment #5 from Kevin Andrews kjandrews0@gmail.com --- git bisect bad
Bisecting: 0 revisions left to test after this (roughly 0 steps) [09fd7ecc888d590c34c47569907f6274b6950062] winex11.drv: Support XInput2 events for individual windows.
09fd7ecc888d590c34c47569907f6274b6950062 is the first bad commit commit 09fd7ecc888d590c34c47569907f6274b6950062 Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Thu Jan 23 11:00:19 2020 +0100
winex11.drv: Support XInput2 events for individual windows.
This will allow us to listen to the XInput version of several events, which can bring additional information.
dlls/winex11.drv/desktop.c | 2 ++ dlls/winex11.drv/event.c | 7 ++++++ dlls/winex11.drv/mouse.c | 58 +++++++++++++++++++++++++++++++++------------- dlls/winex11.drv/window.c | 3 +++ dlls/winex11.drv/x11drv.h | 12 +++++++++- 5 files changed, 65 insertions(+), 17 deletions(-)
Patch / commit located after using git am to add the patches on-top of wine-8.13.