opt: not allow render when quiting

This commit is contained in:
DreamMaoMao 2026-06-21 14:35:11 +08:00
parent 22aeb0e86c
commit a2f5be999f

View file

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