Privatize private view_get_root()

This commit is contained in:
Johan Malm 2025-09-26 17:46:20 +01:00 committed by Johan Malm
parent 27f3097f8f
commit 040e25f38e
2 changed files with 10 additions and 11 deletions

View file

@ -554,7 +554,6 @@ void view_move_to_output(struct view *view, struct output *output);
void view_move_to_front(struct view *view);
void view_move_to_back(struct view *view);
struct view *view_get_root(struct view *view);
void view_append_children(struct view *view, struct wl_array *children);
/**