[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:
parent
ad80e31e6a
commit
65665b052b
1 changed files with 3 additions and 0 deletions
|
@ -391,6 +391,9 @@ void Workspace::init()
|
|||
x_stacking_dirty = true;
|
||||
updateStackingOrder(true);
|
||||
updateClientArea();
|
||||
if (c->wantsInput()) {
|
||||
activateClient(c);
|
||||
}
|
||||
}
|
||||
);
|
||||
connect(w, &WaylandServer::shellClientRemoved, this,
|
||||
|
|
Loading…
Reference in a new issue