mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-04 00:07:04 -04:00
opt: not allow render when quiting
This commit is contained in:
parent
b25f09018b
commit
b3cbd650eb
1 changed files with 2 additions and 0 deletions
|
|
@ -2592,6 +2592,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