swayfx/sway/input
Brian Ashworth 88d96bc41f Combine output_by_name and output_by_identifier
This combines `output_by_name` and `output_by_identifier` into a single
function called `output_by_name_or_id`. This allows for output
identifiers to be used in all commands, simplifies the logic of the
callers, and is more efficient since worst case is a single pass through
the output list.
2018-12-20 19:55:29 +01:00
..
cursor.c Focus node before tiling drag if on titlebar 2018-12-17 16:55:44 -05:00
input-manager.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +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