view: let view_set_fallback_natural_geometry() return wlr_box

This commit is contained in:
tokyo4j 2025-09-01 17:04:41 +09:00 committed by Johan Malm
parent 164b17c279
commit e6b5d91b63
3 changed files with 11 additions and 11 deletions

View file

@ -484,7 +484,7 @@ void view_moved(struct view *view);
void view_minimize(struct view *view, bool minimized);
bool view_compute_centered_position(struct view *view,
const struct wlr_box *ref, int w, int h, int *x, int *y);
void view_set_fallback_natural_geometry(struct view *view);
struct wlr_box view_get_fallback_natural_geometry(struct view *view);
void view_store_natural_geometry(struct view *view);
/**