docs: standardize on "layout generator"
This is likely more clear than "layout client" to most users.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user