Skip to content

window: Exempt fullscreen windows when guarding minimize()

John Wudrick requested to merge Urban-Sombrero/mutter:fullscreen into main

Switching focus from a fullscreen window fails the minimize check from !2491 (merged), causing the window to fail to display properly. Fix check to warn only if the window is not fullscreen.

Fixes #2438.

Merge request reports