From 618c85472554f54a1f2a1e310b4aac606cdf88c6 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 26eb0769..5549686c 100644 --- a/src/mango.c +++ b/src/mango.c @@ -2572,6 +2572,8 @@ void cleanuplisteners(void) { } void cleanup(void) { + allow_frame_scheduling = false; + ipc_cleanup(); cleanuplisteners(); #ifdef XWAYLAND