opt: not allow render when quiting

This commit is contained in:
DreamMaoMao 2026-06-21 14:35:11 +08:00
parent 8e356692f6
commit 618c854725

View file

@ -2572,6 +2572,8 @@ void cleanuplisteners(void) {
}
void cleanup(void) {
allow_frame_scheduling = false;
ipc_cleanup();
cleanuplisteners();
#ifdef XWAYLAND