mirror of
https://github.com/labwc/labwc.git
synced 2026-03-20 05:34:12 -04:00
view: document adjust_floating_geometry()
This commit is contained in:
parent
ee52853e69
commit
a964d41dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -840,6 +840,7 @@ view_compute_centered_position(struct view *view, const struct wlr_box *ref,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make sure the passed-in view geometry is visible in view->output */
|
||||||
static bool
|
static bool
|
||||||
adjust_floating_geometry(struct view *view, struct wlr_box *geometry,
|
adjust_floating_geometry(struct view *view, struct wlr_box *geometry,
|
||||||
bool midpoint_visibility)
|
bool midpoint_visibility)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue