mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-24 13:36:42 -04:00
opt: not allow render when quiting
This commit is contained in:
parent
22aeb0e86c
commit
a2f5be999f
1 changed files with 2 additions and 0 deletions
|
|
@ -2603,6 +2603,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