render: Make blur_strength configurable

This commit is contained in:
Victoria Brekenfeld 2026-03-10 17:16:48 +01:00 committed by Victoria Brekenfeld
parent 1c5ef576f4
commit de8b47839c
11 changed files with 119 additions and 27 deletions

View file

@ -375,6 +375,7 @@ impl CosmicWindow {
scale,
alpha,
scanout_node,
9, // TODO
&mut |elem| push(elem.into()),
)
})
@ -556,6 +557,7 @@ impl CosmicWindow {
scanout_node,
clip,
radii,
9, // TODO
&mut |elem| push_above(elem.into()),
Some(&mut |elem| push_below(elem.into())),
)