mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: Eliminate view_output() and use view->output directly
This commit is contained in:
parent
799f81ae05
commit
60fbb44f6a
3 changed files with 41 additions and 55 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue