Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pointer enter event without further motion
If the pointer suddenly enters a window but moves no further, we may only get a POINTER_EVENT_ENTER but no further POINTER_EVENT_MOTION events, so we also need to handle this event to properly update the selected item. The issue can be reproduced by moving the mouse programatically, e.g. on Sway: swaymsg seat - cursor set 200 200
- Loading branch information