action: add ResizeRelative

This commit is contained in:
Ph42oN 2023-06-27 21:20:04 +03:00 committed by Consolatis
parent e40159470b
commit ea623daaee
4 changed files with 36 additions and 0 deletions

View file

@ -153,6 +153,8 @@ void view_close(struct view *view);
* For move only, use view_move()
*/
void view_move_resize(struct view *view, struct wlr_box geo);
void view_resize_relative(struct view *view,
int left, int right, int top, int bottom);
void view_move(struct view *view, int x, int y);
void view_moved(struct view *view);
void view_minimize(struct view *view, bool minimized);