Some code tidying up.

This commit is contained in:
nicm
2026-05-23 07:22:50 +00:00
parent 143a177055
commit 5c3a4746b7
3 changed files with 39 additions and 48 deletions

View File

@@ -233,7 +233,7 @@ layout_make_node(struct layout_cell *lc, enum layout_type type)
lc->wp = NULL;
}
/* Fix Z indexes. */
/* Fix z-indexes. */
void
layout_fix_zindexes(struct window *w, struct layout_cell *lc)
{