view: expose view_apply_natural_geometry()

Co-authored-by: tokyo4j <hrak1529@gmail.com>
This commit is contained in:
Jens Peters 2024-09-21 15:51:37 +02:00 committed by Hiroaki Yamamoto
parent f1141c62d4
commit 4fd7a8075c
2 changed files with 7 additions and 1 deletions

View file

@ -1036,7 +1036,7 @@ view_constrain_size_to_that_of_usable_area(struct view *view)
view_move_resize(view, box);
}
static void
void
view_apply_natural_geometry(struct view *view)
{
assert(view);