mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-27 13:14:03 -04:00
opt: not allow render when quiting
This commit is contained in:
parent
8e356692f6
commit
618c854725
1 changed files with 2 additions and 0 deletions
|
|
@ -2572,6 +2572,8 @@ void cleanuplisteners(void) {
|
|||
}
|
||||
|
||||
void cleanup(void) {
|
||||
allow_frame_scheduling = false;
|
||||
|
||||
ipc_cleanup();
|
||||
cleanuplisteners();
|
||||
#ifdef XWAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue