[wayland] Let's try to activate a ShellClient after it's created

This might cause breakage on kwin_wayland, let's see how it works.
icc-effect-5.14.5
Martin Gräßlin 2015-06-11 03:22:50 +02:00
parent ad80e31e6a
commit 65665b052b
1 changed files with 3 additions and 0 deletions

View File

@ -391,6 +391,9 @@ void Workspace::init()
x_stacking_dirty = true;
updateStackingOrder(true);
updateClientArea();
if (c->wantsInput()) {
activateClient(c);
}
}
);
connect(w, &WaylandServer::shellClientRemoved, this,