sway/sway/input
Ryan Dwyer 24a90e5d86 Remove cursor warping from seat_set_focus
Because cursor warping was the default behaviour in seat_set_focus,
there may be cases where we may have been warping the cursor
unintentionally. This patch removes cursor warping from seat_set_focus
and only does it in the focus command. This is managed by a static
function in focus.c.

To know whether to warp or not, we need to know which node had focus
previously. To keep track of this easily, seat->prev_focus has been
introduced and is set to the previous in seat_set_focus.
2018-10-18 23:08:45 +10:00
..
cursor.c Remove cursor warping from seat_set_focus 2018-10-18 23:08:45 +10:00
input-manager.c Add libinput send_events config for touch 2018-10-10 23:15:31 +02:00
keyboard.c swaybar: show hidden bar on key event 2018-10-14 13:33:12 +01:00
seat.c Remove cursor warping from seat_set_focus 2018-10-18 23:08:45 +10:00