Merge remote-tracking branch 'origin/wlroots-next' into input-protocol

This commit is contained in:
Leonardo Hernandez Hernandez 2021-10-10 14:13:19 -05:00
commit fe1764e328
No known key found for this signature in database
GPG Key ID: E538897EE11B9624

2
dwl.c
View File

@ -857,7 +857,7 @@ commitnotify(struct wl_listener *listener, void *data)
Client *c = wl_container_of(listener, c, commit);
/* mark a pending resize as completed */
if (c->resize && c->resize <= c->surface.xdg->configure_serial)
if (c->resize && c->resize <= c->surface.xdg->current.configure_serial)
c->resize = 0;
}