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:
parent
1717de8a59
commit
99e208e30f
1 changed files with 1 additions and 4 deletions
|
@ -1235,10 +1235,7 @@ void XdgToplevelClient::initialize()
|
||||||
|
|
||||||
scheduleConfigure();
|
scheduleConfigure();
|
||||||
updateColorScheme();
|
updateColorScheme();
|
||||||
|
setupWindowManagementInterface();
|
||||||
if (!isLockScreen()) {
|
|
||||||
setupWindowManagementInterface();
|
|
||||||
}
|
|
||||||
|
|
||||||
m_isInitialized = true;
|
m_isInitialized = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue