Skip to content

x11: Fix client area lookup with pending move resize

Vlad Zahorodnii requested to merge work/zzag/x11-window-client-area into master

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

Merge request reports