sway/sway/input
Ryan Dwyer 3ede5983b9 Fix click behaviour
By the time seatop_allows_events was called, seatop_impl was already
NULL, causing the function to always return false. This means a press
event was sent to clients without a corresponding release event.

This patch moves the call to seatop_finish to after the
seatop_allows_events check.
2019-03-11 10:57:16 -04:00
..
cursor.c Fix click behaviour 2019-03-11 10:57:16 -04:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-11 10:15:00 -05:00
keyboard.c Make raw keysyms take precedence over translated 2019-03-10 22:47:46 +01:00
seat.c Don't send button events to surfaces when dragging or resizing 2019-03-11 10:57:16 -04:00
seatop_down.c Don't send button events to surfaces when dragging or resizing 2019-03-11 10:57:16 -04:00
seatop_move_floating.c seat: don't send button release when not pressed 2019-03-04 12:50:47 -05:00
seatop_move_tiling.c seat: don't send button release when not pressed 2019-03-04 12:50:47 -05:00
seatop_resize_floating.c floating_maximum_size: change default behavior 2019-03-04 12:50:47 -05:00
seatop_resize_tiling.c seat: don't send button release when not pressed 2019-03-04 12:50:47 -05:00