Merge branch 'master' into floating_panes

This commit is contained in:
Nicholas Marriott
2026-05-24 10:05:56 +01:00
5 changed files with 47 additions and 52 deletions

View File

@@ -79,6 +79,9 @@ layout_free_cell(struct layout_cell *lc)
{
struct layout_cell *lcchild;
if (lc == NULL)
return;
switch (lc->type) {
case LAYOUT_LEFTRIGHT:
case LAYOUT_TOPBOTTOM:
@@ -234,7 +237,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)
{