sway/sway/desktop
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
..
desktop.c Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00
idle_inhibit_v1.c Fix crash when destroying an idle-inhibiting client 2018-09-16 23:20:58 +10:00
layer_shell.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
output.c Combine output_by_name and output_by_identifier 2018-12-20 19:55:29 +01:00
render.c Update for swaywm/wlroots#1403 2018-12-01 11:01:08 +01:00
transaction.c Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
xdg_shell.c Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00
xdg_shell_v6.c Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00
xwayland.c Move view {x,y,width,height} into container struct 2018-11-17 21:29:42 +10:00