Handle multiple configure events before configure aknowledgment
If multiple moveResize is called multiple times before its configure event is acknowledged, new configure events will now be sent instead of waiting for acknowledgement of the first.
Previously, some moveResize calls could get ignored if they happened after another moveResize call but before acknowledgement of its configure event.
Co-authored-by: Niccolo Venerandi niccolo@venerandi.com
Edited by Niccolò Venerandi