Merge branch 'main' into shield

This commit is contained in:
DreamMaoMao 2026-03-08 13:14:04 +08:00 committed by GitHub
commit e03e7e6ab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 962 additions and 382 deletions

View file

@ -1012,6 +1012,10 @@ void resize(Client *c, struct wlr_box geo, int32_t interact) {
c->configure_serial = client_set_size(c, c->geom.width - 2 * c->bw,
c->geom.height - 2 * c->bw);
if (c->configure_serial != 0) {
c->mon->resizing_count_pending++;
}
if (c == grabc) {
c->animation.running = false;
c->need_output_flush = false;