[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.
This commit is contained in:
Martin Gräßlin 2015-06-11 03:22:50 +02:00
parent ad80e31e6a
commit 65665b052b

View file

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