x11: Fix client area lookup with pending move resize
If there's a pending move resize, Window::output() won't be updated until geometry updates are unlocked. We need to use moveResizeOutput() instead.
Edited by Vlad Zahorodnii
If there's a pending move resize, Window::output() won't be updated until geometry updates are unlocked. We need to use moveResizeOutput() instead.