docs: standardize on "layout generator"

This is likely more clear than "layout client" to most users.
This commit is contained in:
Isaac Freund
2021-10-31 22:32:59 +01:00
parent 8134b81283
commit 8757644b2a
6 changed files with 8 additions and 8 deletions

View File

@ -137,7 +137,7 @@ pub fn resize(
fn apply(view: *View) void {
// Set the view to floating but keep the position and dimensions, if their
// dimensions are set by a layout client. If however the views are
// dimensions are set by a layout generator. If however the views are
// unarranged, leave them as non-floating so the next active layout can
// affect them.
if (view.output.pending.layout != null)