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:
parent
4557d13a32
commit
ffc580dda9
4 changed files with 6 additions and 4 deletions
|
|
@ -70,6 +70,7 @@ struct SRenderData {
|
|||
|
||||
// for blurring
|
||||
bool blur = false;
|
||||
bool blockBlurOptimization = false;
|
||||
|
||||
// only for windows, not popups
|
||||
bool squishOversized = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue