Send synthetic configure notify event in X11Window::maximize() only if...
Send synthetic configure notify event in X11Window::maximize() only if geometry updates are unblocked
Amends ce2ddeb2.
When it's called in the manage() function, the geometry updates can be still blocked, in which case avoid sending a configure event with an incomplete geometry yet. It probably doesn't matter in practice though.