Skip to content

Port some X11Window code away from GeometryUpdatesBlocker

GeometryUpdatesBlocker is unnecessary. One could just compute the final geometry on a side and then issue one moveResize() rather than call move(); resize(); moveResize() and so on in a sequence. The advantage of the former approach over the latter is that the code can be a bit more straightforward.

Merge request reports