https://bugs.winehq.org/show_bug.cgi?id=15346
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | CC| |gabrielopcode@gmail.com
--- Comment #35 from Gabriel Ivăncescu gabrielopcode@gmail.com --- (In reply to Peter Dons Tychsen from comment #26)
There is a bug in the X11 mouse code which is affecting this problem. The mouse code is using the cached values "whole_rect" and "client_rect". These are not updated at the correct time, so the calculations end up bad. This causes the "jumping around" that you are seeing.
I filed a separate bug for this problem, which I plan on fixing. See: https://bugs.winehq.org/show_bug.cgi?id=46309
I think we should really just be using the root-relative coordinates instead of window-relative here (so problem is on X server side, not ours).