render: Make blur_strength configurable
This commit is contained in:
parent
1c5ef576f4
commit
de8b47839c
11 changed files with 119 additions and 27 deletions
|
|
@ -1717,6 +1717,7 @@ impl Workspace {
|
|||
scanout_node,
|
||||
false,
|
||||
[0, 0, 0, 0],
|
||||
0,
|
||||
&mut fullscreen_push,
|
||||
None,
|
||||
);
|
||||
|
|
@ -1905,6 +1906,7 @@ impl Workspace {
|
|||
output_scale.into(),
|
||||
alpha,
|
||||
scanout_node,
|
||||
0,
|
||||
&mut |elem| push(WorkspaceRenderElement::FullscreenPopup(elem.into())),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue