Rename seat_get_active_child to seat_get_active_tiling_child

Also renames container to con in one function to prevent ugly line
wrapping.
This commit is contained in:
Ryan Dwyer 2018-09-16 22:01:54 +10:00
parent 48bc15e758
commit f6e218a643
8 changed files with 16 additions and 15 deletions

View file

@ -880,7 +880,7 @@ struct sway_container *seat_get_focus_inactive_floating(struct sway_seat *seat,
return NULL;
}
struct sway_node *seat_get_active_child(struct sway_seat *seat,
struct sway_node *seat_get_active_tiling_child(struct sway_seat *seat,
struct sway_node *parent) {
if (node_is_view(parent)) {
return parent;