Skip to content

Rework how geometry updates blocking is handled in X11Window

Vlad Zahorodnii requested to merge work/zzag/x11-window-move-resize into master

Process the geometry update as usual but just avoid confuguring the x windows. It simplifies the implementation of the move resize function and makes it more refactorable.

Merge request reports