https://bugs.winehq.org/show_bug.cgi?id=55179 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Garmin MapSource drag & |Garmin MapSource drag & |drop doesn't work |drop doesn't work in center | |of window Regression SHA1| |1d337249f16ed61163315019f5d | |bbe4db3386390 Hardware|x86-64 |x86 Version|8.0.1 |7.8 CC| |jacek(a)codeweavers.com --- Comment #14 from Alex Henrie <alexhenrie24(a)gmail.com> --- I was only trying to help you narrow down the problem. Thank you for clarifying that the problem is with dragging and dropping onto the center of the window, not dragging and dropping onto the toolbar. With that information, I have been able to confirm the bug and bisect it to: 1d337249f16ed61163315019f5dbbe4db3386390 is the first bad commit commit 1d337249f16ed61163315019f5dbbe4db3386390 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Apr 28 00:23:32 2022 +0200 winex11: Move XdndPosition event handler to event.c. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/winex11.drv/event.c | 72 +++++++++++++++++++++++++++++++++++++++++++++- dlls/winex11.drv/unixlib.h | 43 +++++++++++++++++++++++++++ dlls/winex11.drv/x11drv.h | 10 ++----- dlls/winex11.drv/xdnd.c | 70 ++++++++++++-------------------------------- 4 files changed, 135 insertions(+), 60 deletions(-) create mode 100644 dlls/winex11.drv/unixlib.h -- 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.