LS: fix support for legacy blurls
This commit is contained in:
parent
d797d9905d
commit
e98ee49aee
1 changed files with 3 additions and 0 deletions
|
|
@ -1664,6 +1664,9 @@ std::vector<SLayerRule> CConfigManager::getMatchingRules(SLayerSurface* pLS) {
|
||||||
returns.push_back(lr);
|
returns.push_back(lr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pLS->layerSurface->_namespace && shouldBlurLS(pLS->layerSurface->_namespace))
|
||||||
|
returns.push_back({pLS->layerSurface->_namespace, "blur"});
|
||||||
|
|
||||||
return returns;
|
return returns;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue