From eaf404d5300426ccb62b000e0c1fecd232c66559 Mon Sep 17 00:00:00 2001 From: Dane Jensen Date: Wed, 15 Jul 2026 12:13:58 -0700 Subject: [PATCH] Old format does not dump floating cell information. --- layout-custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout-custom.c b/layout-custom.c index 77df2396d..6ed32b7c0 100644 --- a/layout-custom.c +++ b/layout-custom.c @@ -176,7 +176,7 @@ layout_append_v1(struct layout_cell *lc, char *buf, size_t len) if (len == 0) return (-1); - if (lc == NULL) + if (lc == NULL || lc->flags & LAYOUT_CELL_FLOATING) return (0); if (lc->wp != NULL) { tmplen = xsnprintf(tmp, sizeof tmp, "%ux%u,%d,%d,%u",