view: Add view_min_size helper function

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-10-17 18:31:53 +00:00 committed by Johan Malm
parent 62123dc37e
commit 8652f97887
2 changed files with 29 additions and 0 deletions

View file

@ -342,6 +342,7 @@ void view_update_title(struct view *view);
void view_update_app_id(struct view *view);
void view_impl_map(struct view *view);
void view_min_size(struct view *view, int *w, int *h);
void foreign_toplevel_handle_create(struct view *view);