view: document adjust_floating_geometry()

This commit is contained in:
tokyo4j 2026-01-12 17:46:23 +09:00
parent b294c8aa64
commit 8106b6dcfb

View file

@ -840,6 +840,7 @@ view_compute_centered_position(struct view *view, const struct wlr_box *ref,
return true;
}
/* Make sure the passed-in view geometry is visible in view->output */
static bool
adjust_floating_geometry(struct view *view, struct wlr_box *geometry,
bool midpoint_visibility)