src/view.c: make view_wlr_output() static

.. as there are no external consumers left.
This commit is contained in:
Consolatis 2023-02-02 13:40:19 +01:00
parent 3a21c39509
commit 27218cd2c9
2 changed files with 1 additions and 3 deletions

View file

@ -220,7 +220,7 @@ view_minimize(struct view *view, bool minimized)
}
/* view_wlr_output - return the output that a view is mostly on */
struct wlr_output *
static struct wlr_output *
view_wlr_output(struct view *view)
{
assert(view);