From cfb163fdf4dc9aad9e91e91e753fcaac6412d7cb Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 6 Jun 2026 18:16:08 +0800 Subject: [PATCH] fix: excrescent gap in fullscreen --- src/animation/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/animation/client.h b/src/animation/client.h index 0aa197ec..07d828ee 100644 --- a/src/animation/client.h +++ b/src/animation/client.h @@ -384,8 +384,10 @@ void apply_border(Client *c) { for (int32_t i = 0; i < 4; i++) { if (c->border[i]->node.enabled) { wlr_scene_node_set_enabled(&c->border[i]->node, false); + wlr_scene_node_set_position(&c->scene_surface->node, 0, 0); } } + return; } else { for (int32_t i = 0; i < 4; i++) {