diff --git a/layout.c b/layout.c index 935c5232..853b0b6f 100644 --- a/layout.c +++ b/layout.c @@ -288,6 +288,10 @@ layout_fix_offsets(struct window *w) layout_fix_offsets1(lc); } +/* + * Not all cells are drawn within the tiled grid of a layout. This predicate + * isolates that logic. + */ int layout_cell_is_tiled(struct layout_cell *lc) {