Added function comment.

This commit is contained in:
Dane Jensen
2026-06-09 15:44:24 -07:00
parent 2a1ad05671
commit e370ce5a00

View File

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