From b3cbd650eb099c132d8956ac3478f4add0f4a944 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sun, 21 Jun 2026 14:35:11 +0800 Subject: [PATCH] opt: not allow render when quiting --- src/mango.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mango.c b/src/mango.c index badbe0e5..63402c11 100644 --- a/src/mango.c +++ b/src/mango.c @@ -2592,6 +2592,8 @@ void cleanuplisteners(void) { } void cleanup(void) { + allow_frame_scheduling = false; + ipc_cleanup(); cleanuplisteners(); #ifdef XWAYLAND