Adjust kwin to recent window management interface changes

master
Vlad Zahorodnii 2020-09-28 14:42:55 +03:00
parent 25b93b4ccc
commit 688dc9ac1d
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ bool WaylandServer::init(const QByteArray &socketName, InitializationFlags flags
);
m_windowManagement = m_display->createPlasmaWindowManagement(m_display);
m_windowManagement->create();
m_windowManagement->setShowingDesktopState(PlasmaWindowManagementInterface::ShowingDesktopState::Disabled);
connect(m_windowManagement, &PlasmaWindowManagementInterface::requestChangeShowingDesktop, this,
[] (PlasmaWindowManagementInterface::ShowingDesktopState state) {