diff --git a/dwl.c b/dwl.c index 34e7f19..ccee234 100644 --- a/dwl.c +++ b/dwl.c @@ -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; }