This reverts commit 30c24a53ad2aaa842bc3b028ba0b98e3362dad7c.
Bug: https://github.com/djpohly/dwl/issues/349
FTKJ2DT44R7IDGHXBKMR3QS34WZQUSWZ2NVVSG7DCW37IYE5WVPAC
if (c->resize && (c->resize <= c->surface.xdg->current.configure_serial))
if (c->resize && (c->resize <= c->surface.xdg->current.configure_serial
|| (c->surface.xdg->current.geometry.width == c->surface.xdg->pending.geometry.width
&& c->surface.xdg->current.geometry.height == c->surface.xdg->pending.geometry.height)))