Adapt to changes in the PlasmaWindowManagement interface
This commit is contained in:
parent
29a2b2a355
commit
4c267c261e
1 changed files with 1 additions and 1 deletions
|
@ -1457,7 +1457,7 @@ void AbstractClient::setupWindowManagementInterface()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
using namespace KWaylandServer;
|
using namespace KWaylandServer;
|
||||||
auto w = waylandServer()->windowManagement()->createWindow(waylandServer()->windowManagement());
|
auto w = waylandServer()->windowManagement()->createWindow(waylandServer()->windowManagement(), internalId());
|
||||||
w->setTitle(caption());
|
w->setTitle(caption());
|
||||||
w->setVirtualDesktop(isOnAllDesktops() ? 0 : desktop() - 1);
|
w->setVirtualDesktop(isOnAllDesktops() ? 0 : desktop() - 1);
|
||||||
w->setActive(isActive());
|
w->setActive(isActive());
|
||||||
|
|
Loading…
Reference in a new issue