mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-30 13:14:45 -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) {
|
void cleanup(void) {
|
||||||
|
allow_frame_scheduling = false;
|
||||||
|
|
||||||
ipc_cleanup();
|
ipc_cleanup();
|
||||||
cleanuplisteners();
|
cleanuplisteners();
|
||||||
#ifdef XWAYLAND
|
#ifdef XWAYLAND
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue