[effects/blur] Update to kwayland changes

This commit is contained in:
David Edmundson 2020-05-26 09:52:17 +01:00
parent 7b545bf47a
commit 963491cc5e

View file

@ -58,7 +58,6 @@ BlurEffect::BlurEffect()
KWaylandServer::Display *display = effects->waylandDisplay();
if (display) {
m_blurManager = display->createBlurManager(this);
m_blurManager->create();
}
} else {
net_wm_blur_region = 0;