From 4b6df52b413ecd18ef613463c53b7450ee0ac021 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sun, 1 Feb 2026 16:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AA=97=E5=8F=A3=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=90=8E=E5=85=B6=E4=BB=96=E7=AA=97=E5=8F=A3=E6=9C=AA?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index 2faef3e..7abb8ff 100644 --- a/src/client.c +++ b/src/client.c @@ -429,8 +429,8 @@ void client_set_fullscreen(client_t *client, bool fullscreen) { _NET_WM_STATE, XCB_ATOM_ATOM, 32, 0, 0); client_change_border_width(client, client->old_border_width); client_apply_geometry(client, client->old_geometry); - monitor_arrange(client->monitor); } + monitor_arrange(client->monitor); client_focus(client); }