view: expose view_get_adjacent_output

This commit is contained in:
Jens Peters 2024-01-21 23:40:25 +01:00 committed by Johan Malm
parent 099929cf46
commit 982df84407
2 changed files with 2 additions and 1 deletions

View file

@ -1465,7 +1465,7 @@ view_on_output_destroy(struct view *view)
view->output = NULL;
}
static struct output *
struct output *
view_get_adjacent_output(struct view *view, enum view_edge edge)
{
assert(view);