From db64bf9f55fc4b80cf2a3a62ee2ae9fccd431aff 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 5b8afa449..da155ff6e 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",