1
1
mirror of https://github.com/swaywm/sway synced 2024-09-28 15:21:32 +02:00
sway/include
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
..
sway Remove cursor warping from seat_set_focus 2018-10-18 23:08:45 +10:00
swaybar Event loop: Fix memmove and remove extraneous declaration 2018-10-15 00:26:27 +10:00
swaylock Remove timerfd from loop implementation 2018-10-15 00:26:27 +10:00
swaynag
background-image.h
cairo.h
ipc-client.h
ipc.h swaybar: show hidden bar on key event 2018-10-14 13:33:12 +01:00
list.h
log.h
loop.h Remove timerfd from loop implementation 2018-10-15 00:26:27 +10:00
meson.build
pango.h
pool-buffer.h
readline.h
stringop.h
unicode.h
util.h