Bring some new formats from the floating panes work: pane_zoomed_flag,

pane_flags, pane_floating_flag. By Michael Grant.
This commit is contained in:
nicm
2026-04-04 16:40:27 +00:00
parent d2d86ac360
commit 87aaff5fae
6 changed files with 77 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ layout_checksum(const char *layout)
/* Dump layout as a string. */
char *
layout_dump(struct layout_cell *root)
layout_dump(__unused struct window *w, struct layout_cell *root)
{
char layout[8192], *out;