swayfx/sway/input
Ryan Dwyer 783b3d6b37 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 14:55:54 +01:00
..
cursor.c Fix click behaviour 2019-03-11 14:55:54 +01:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-03 14:01:29 -05:00
keyboard.c Make raw keysyms take precedence over translated 2019-03-10 23:01:49 +01:00
seat.c Don't send button events to surfaces when dragging or resizing 2019-03-11 14:55:54 +01:00
seatop_down.c Don't send button events to surfaces when dragging or resizing 2019-03-11 14:55:54 +01:00
seatop_move_floating.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
seatop_move_tiling.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
seatop_resize_floating.c floating_maximum_size: change default behavior 2019-03-02 09:10:26 +01:00
seatop_resize_tiling.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00