clients: don't redraw on xdg_toplevel.configure
In some circumstances there might be a delay between xdg_toplevel.configure
and xdg_surface.configure
, in which case a client would commit too early and therefore not commit after sending xdg_surface.ack_configure
. This patch fixes it.