https://bugs.freedesktop.org/show_bug.cgi?id=96982

--- Comment #13 from Danni H <[email protected]> ---
Hi, where would be a good place to discuss the implementation of a possible fix
for this issue?

I'm not really sure why you would need to reset subpixel information when
traveling large distances. Wouldn't one simply be able to do something like
this:

xPos += floor(destinationX) - floor(sourceX);

This would move the cursor while preserving the fractional because it would
only ever adjust the mouse position by some number of whole pixels.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to