Switch back to home when an application window is unmapped

This commit is contained in:
Pier Luigi Fiorini 2014-10-24 00:40:35 +02:00
parent d45679aa97
commit 17c9e1e63a

View file

@ -170,6 +170,8 @@ function mapShellSurface(surface, child) {
*/
function unmapApplicationSurface(surface) {
// Reactivate home layer as soon as an application window is unmapped
compositorRoot.showHome = true;
}
function unmapShellSurface(surface) {