sway/sway/input
Brian Ashworth 4272bf1274 seat_cmd_cursor: do not create non-existing seat
If a seat does not exist in seat_cmd_cursor, do not create it. A seat
without any attachments is useless since it will have no capabilities.

This changes `input_manager_get_seat` to have an additional argument
that dictates whether or not to create the seat if it does not exist.
2019-02-11 10:15:00 -05:00
..
cursor.c Focus ws inactive node with focus_follows_mouse 2019-02-11 10:13:21 -05:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-11 10:15:00 -05:00
keyboard.c Move sway-specific functions in common/util.c into sway/ 2019-01-21 12:39:16 -05:00
seat.c Implement pointer-constraints-unstable-v1 2019-01-30 19:53:59 +01:00
seatop_down.c Implement pointer-constraints-unstable-v1 2019-01-30 19:53:59 +01:00
seatop_move_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_move_tiling.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_floating.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
seatop_resize_tiling.c Resize only current and immediate siblings rather than all siblings 2019-01-15 08:01:21 +10:00