Skip to content

Fix updating fullscreen geometry restore

Vlad Zahorodnii requested to merge work/zzag/fix-geometry-restore into master

Currently, fullscreen geometry restore is computed from maximized geometry restore. However, the latter is set only when the window is maximized.

Also, updateGeometryRestoresForFullscreen() can be called when the window has not been moved. Avoid updating geometry restore if the output has not been changed.

Merge request reports