mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
src/view.c: make view_wlr_output() static
.. as there are no external consumers left.
This commit is contained in:
parent
3a21c39509
commit
27218cd2c9
2 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue