Merge branch 'main' into feat/focus-animation

This commit is contained in:
DreamMaoMao 2025-11-01 19:27:09 +08:00 committed by GitHub
commit 8420d3496a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 36 additions and 188 deletions

View file

@ -827,7 +827,7 @@ void init_fadeout_client(Client *c) {
wl_list_insert(&fadeout_clients, &fadeout_cient->fadeout_link);
// 请求刷新屏幕
wlr_output_schedule_frame(c->mon->wlr_output);
request_fresh_all_monitors();
}
void client_commit(Client *c) {
@ -858,7 +858,7 @@ void client_commit(Client *c) {
}
}
// 请求刷新屏幕
wlr_output_schedule_frame(c->mon->wlr_output);
request_fresh_all_monitors();
}
void client_set_pending_state(Client *c) {