blur xray for layers (#1158)

* feat: apply blur_xray to non window surfaces

* don't blur optimize bottom and background layers
This commit is contained in:
Flafy
2022-12-04 22:57:41 +02:00
committed by GitHub
parent 4557d13a32
commit ffc580dda9
4 changed files with 6 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ struct SRenderData {
// for blurring
bool blur = false;
bool blockBlurOptimization = false;
// only for windows, not popups
bool squishOversized = true;