sway/sway/input
Brian Ashworth 09bb71f650 Verify seat fallback settings on reload
This fixes an issue where on reload, all input devices that were added
via an implicit fallback to the default seat would be removed from the
default seat and applications would crash due to the seat having no
capabilities.

On reload, there is a query for a seat config with the fallback setting
set (it can either be true or false). If no such seat config exists, the
default seat is created (if needed) and has the implicit fallback true
applied to its seat config. This is the same procedure that occurs when
a new input is detected.
2018-12-30 14:12:36 +01:00
..
cursor.c Remove button from state on release during op 2018-12-29 16:36:48 +01:00
input-manager.c Verify seat fallback settings on reload 2018-12-30 14:12:36 +01:00
keyboard.c binding: match single-key bindings if no multi-key binding matched 2018-10-29 13:04:19 +00:00
seat.c Combine output_by_name and output_by_identifier 2018-12-20 19:55:29 +01:00