swayfx/sway/input
emersion 88b283c557 seat: don't send button release when not pressed
All seat operations except "down" eat the button pressed event and don't send
it to clients. Thus, when ending such seat operations we shouldn't send the
button released event.

This commit moves the logic used to send pressed/released into the "down"
operation.
2019-02-28 23:02:06 -05:00
..
cursor.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-03 14:01:29 -05:00
keyboard.c input/keyboard: respect solo repeat_{rate,delay} 2019-02-10 18:45:02 +01:00
seat.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
seatop_down.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05: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 seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00
seatop_resize_tiling.c seat: don't send button release when not pressed 2019-02-28 23:02:06 -05:00