opt: not allow render when quiting

This commit is contained in:
DreamMaoMao 2026-06-21 14:35:11 +08:00
parent b25f09018b
commit b3cbd650eb

View file

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