wayland: Always setup window management for xdg-shell clients

kscreenlocker uses the layer-shell protocol, so the special lock screen
case can be removed.
This commit is contained in:
Vlad Zahorodnii 2021-09-01 12:43:10 +03:00 committed by Aleix Pol Gonzalez
parent 1717de8a59
commit 99e208e30f

View file

@ -1235,10 +1235,7 @@ void XdgToplevelClient::initialize()
scheduleConfigure();
updateColorScheme();
if (!isLockScreen()) {
setupWindowManagementInterface();
}
setupWindowManagementInterface();
m_isInitialized = true;
}