Skip to content

window: Add function and signal to get notified about close dialog

Jonas Dreßler requested to merge verdre/mutter:add-close-dialog-signals into master

Add a signal and a method to MetaWindow that allows being informed when we show a close dialog above the window. We can use this information in the shell to close the overview and focus a non-responding window that the user tried to close.

Merge request reports