call client_set-size() if client has a resize

This commit is contained in:
Leonardo Hernández Hernández 2022-05-24 14:46:03 -05:00
parent 52e0d00942
commit 2623a96ebf
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 2 additions and 0 deletions

2
dwl.c
View File

@ -784,6 +784,8 @@ commitnotify(struct wl_listener *listener, void *data)
/* mark a pending resize as completed */
if (c->resize && c->resize <= c->surface.xdg->current.configure_serial)
c->resize = 0;
else if (c->resize)
c->resize = client_set_size(c, c->geom.width - 2 * c->bw, c->geom.height - 2 * c->bw);
}
void