From 89b290ebe4fc986ff89860274124d83fc48ee184 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 17 Feb 2025 11:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=85=E9=83=A8=E9=97=B4?= =?UTF-8?q?=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maomao.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maomao.c b/maomao.c index 9e2c1740..1505d9ba 100644 --- a/maomao.c +++ b/maomao.c @@ -4894,8 +4894,9 @@ void fibonacci(Monitor *mon, int s) { nw = mon->w.width - gappoh - nw; i++; } + resize(c, (struct wlr_box){.x = nx, .y = ny, - .width = nw - 2 * c->bw, .height = nh - 2 * c->bw}, 0); + .width = nw - gappih, .height = nh - gappiv}, 0); } }