view: Eliminate view_output() and use view->output directly

This commit is contained in:
John Lindgren 2023-02-20 16:35:23 -05:00 committed by Johan Malm
parent 799f81ae05
commit 60fbb44f6a
3 changed files with 41 additions and 55 deletions

View file

@ -129,7 +129,6 @@ void view_move_resize(struct view *view, struct wlr_box geo);
void view_move(struct view *view, int x, int y);
void view_moved(struct view *view);
void view_minimize(struct view *view, bool minimized);
struct output *view_output(struct view *view);
void view_store_natural_geometry(struct view *view);
void view_center(struct view *view, const struct wlr_box *ref);
void view_restore_to(struct view *view, struct wlr_box geometry);