mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
Keep the tracked Wayland hardware position sourced only from absolute wl_pointer events. Relative motion remains unclipped at output edges, so accumulating it made the client believe the hardware cursor had reached the guest position and caused the corrective warp to be skipped. Keep cursor coordinates in shape-origin form after absolute realignment. Preserve the logical hotspot when a shape-only update changes its hotspot, preventing either path from leaving a permanent offset.