Fixes #260
X2BMK46GIV7VS7YISODA6VNNKC5GCQTHVGMX6TC2EXUCYD26LD5AC
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)))