view: add functions view_{un,}minimize

This commit is contained in:
Johan Malm 2020-09-08 20:51:33 +01:00
parent d782e48204
commit 49e499d255
4 changed files with 24 additions and 4 deletions

View file

@ -178,6 +178,8 @@ void view_init_position(struct view *view);
struct wlr_box view_get_surface_geometry(struct view *view);
struct wlr_box view_geometry(struct view *view);
void view_resize(struct view *view, struct wlr_box geo);
void view_minimize(struct view *view);
void view_unminimize(struct view *view);
void view_focus(struct view *view);
struct view *view_next(struct server *server, struct view *current);
bool view_hasfocus(struct view *view);