sway/sway/input
Brian Ashworth 7299b9a6ca 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-03 14:01:29 -05:00
..
cursor.c Fall back to wildcard in sway_cursor_constrain 2019-02-03 13:46:44 -05:00
input-manager.c seat_cmd_cursor: do not create non-existing seat 2019-02-03 14:01:29 -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