mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-09 08:21:27 -04:00
fix: adjust scenefx blur node feature
This commit is contained in:
parent
df46194b5f
commit
58790c0e53
4 changed files with 48 additions and 22 deletions
|
|
@ -356,6 +356,10 @@ void layer_animation_next_tick(LayerSurface *l) {
|
|||
.height = height,
|
||||
};
|
||||
|
||||
if (blur && blur_layer && !l->noblur && l->blur)
|
||||
wlr_scene_blur_set_size(l->blur, l->animation.current.width,
|
||||
l->animation.current.height);
|
||||
|
||||
if (animation_passed >= 1.0) {
|
||||
l->animation.running = false;
|
||||
l->need_output_flush = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue